forked from dizzyfool/genna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (18 loc) · 787 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/dizzyfool/genna
require (
github.com/fatih/camelcase v1.0.0
github.com/go-pg/pg v0.0.0-20190616082706-37768fbfd11b
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/pkg/errors v0.8.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.3.0 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
)