-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 740 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/cv21/gen
go 1.12
require (
github.com/dave/jennifer v1.3.0
github.com/disiqueira/gotree v1.0.0
github.com/fatih/structtag v1.0.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-plugin v1.0.0
github.com/kr/pretty v0.1.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946
github.com/pkg/errors v0.8.1
github.com/sergi/go-diff v1.0.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/stretchr/testify v1.3.0
github.com/vetcher/go-astra v1.2.0
golang.org/x/tools v0.0.0-20190517183331-d88f79806bbd
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)