Files
pond/go.mod
T
adurantecredify 7b9b533e58 Initial commit
2020-03-24 15:49:58 -03:00

10 lines
193 B
Modula-2

module github.com/alitto/pond
go 1.14
require (
github.com/gammazero/workerpool v0.0.0-20200311205957-7b00833861c6
github.com/panjf2000/ants/v2 v2.3.1
github.com/stretchr/testify v1.5.1
)