14 lines
279 B
Modula-2
14 lines
279 B
Modula-2
module github.com/alexvanin/priopool
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/panjf2000/ants/v2 v2.4.6
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|