priopool/go.mod

15 lines
307 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 (
2022-05-29 13:18:26 +00:00
github.com/panjf2000/ants/v2 v2.5.0
github.com/stretchr/testify v1.7.1
2021-10-23 15:16:40 +00:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-05-29 13:18:26 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2021-10-23 15:16:40 +00:00
)