-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 756 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/phodal/merry
go 1.13
require (
github.com/antlr/antlr4 v0.0.0-20200606165112-0b35a76e9b09
github.com/awalterschulze/gographviz v2.0.1+incompatible
github.com/gobuffalo/packr v1.30.1
github.com/mattn/go-shellwords v1.0.10
github.com/olekukonko/tablewriter v0.0.4
github.com/onsi/ginkgo v1.12.3
github.com/onsi/gomega v1.10.1
github.com/pkg/errors v0.8.1
github.com/sergi/go-diff v1.1.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
google.golang.org/protobuf v1.24.0 // indirect
)