-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathgo.mod
28 lines (26 loc) · 1.09 KB
/
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
25
26
27
28
module gnorm.org/gnorm
go 1.13
require (
github.com/BurntSushi/toml v0.3.0
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/codemodus/kace v0.5.0
github.com/go-sql-driver/mysql v1.3.0
github.com/google/go-cmp v0.1.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/jinzhu/inflection v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/lib/pq v0.0.0-20170810061220-e42267488fe3
github.com/magefile/mage v1.10.0
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/natefinch/gocog v0.0.0-20170818170132-3af1fb832aae // indirect
github.com/olekukonko/tablewriter v0.0.0-20170719101040-be5337e7b39e
github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
github.com/pkg/errors v0.8.0
github.com/rakyll/statik v0.1.1
github.com/sergi/go-diff v1.1.0 // indirect
github.com/spf13/cobra v0.0.0-20170905172051-b78744579491
github.com/spf13/pflag v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.2.4
)