2020-01-18 18:24:16 +00:00
|
|
|
module gitlab.com/slon/shad-go
|
|
|
|
|
|
|
|
go 1.13
|
2020-01-28 22:41:27 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-02-16 13:24:43 +00:00
|
|
|
go.uber.org/goleak v1.0.0
|
2020-02-20 14:42:27 +00:00
|
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
2020-01-28 22:41:27 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200125223703-d33eef8e6825
|
2020-02-12 22:54:25 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2020-01-28 22:41:27 +00:00
|
|
|
)
|