-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgo.mod
24 lines (21 loc) · 813 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/dizzyfool/genna
go 1.18
require (
github.com/fatih/camelcase v1.0.0
github.com/go-pg/pg/v10 v10.10.5
github.com/jinzhu/inflection v1.0.0
github.com/spf13/cobra v1.1.3
)
require (
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/bufpool v0.1.11 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.1 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
mellium.im/sasl v0.2.1 // indirect
)