mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 09:51:02 +00:00
10 lines
178 B
Modula-2
10 lines
178 B
Modula-2
module github.com/panjf2000/ants/v2
|
|
|
|
go 1.14
|
|
|
|
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
|
|
)
|