2021-07-10 07:37:18 +00:00
|
|
|
module git.mills.io/prologic/go-gopher
|
2018-12-30 13:33:16 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-03-31 14:02:21 +00:00
|
|
|
github.com/sasha-s/go-deadlock v0.3.1
|
2021-01-14 21:59:41 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2018-12-30 13:33:16 +00:00
|
|
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
|
|
|
)
|
2019-12-26 03:54:38 +00:00
|
|
|
|
|
|
|
go 1.13
|