16 lines
335 B
Modula-2
16 lines
335 B
Modula-2
module code.30cm.net/digimon/library-go/worker_pool
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/panjf2000/ants/v2 v2.10.0
|
|
github.com/stretchr/testify v1.8.2
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|