shad-go/go.mod
Fedor Korotkiy 6a83a4f1fc Task grading
2020-02-13 02:10:17 +03:00

10 lines
200 B
Modula-2

module gitlab.com/slon/shad-go
go 1.13
require (
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/tools v0.0.0-20200125223703-d33eef8e6825
gopkg.in/yaml.v2 v2.2.8
)