priopool/go.mod

15 lines
279 B
Modula-2
Raw Normal View History

2021-10-23 15:16:40 +00:00
module github.com/alexvanin/priopool
2021-10-20 14:02:55 +00:00
go 1.17
2021-10-23 15:16:40 +00:00
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
)