priopool/go.mod
2022-05-29 16:19:48 +03:00

14 lines
307 B
Modula-2

module github.com/alexvanin/priopool
go 1.17
require (
github.com/panjf2000/ants/v2 v2.5.0
github.com/stretchr/testify v1.7.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)