2019-08-25 09:25:09 +03:00
|
|
|
module github.com/panjf2000/ants/v2
|
|
|
|
|
2019-12-21 10:51:06 +03:00
|
|
|
go 1.13
|
2020-01-08 05:53:23 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
|
|
)
|