forked from hantmac/fuckdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (33 loc) · 1.39 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
29
30
31
32
33
34
35
module fuckdb
go 1.13
require (
github.com/apex/log v1.1.2
github.com/bxcodec/faker/v3 v3.2.0 // indirect
github.com/fatih/astrewrite v0.0.0-20191207154002-9094e544fcef
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structtag v1.2.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.5.0
github.com/go-sql-driver/mysql v1.4.1
github.com/lexkong/log v0.0.0-20180607165131-972f9cd951fc
github.com/liudanking/gorm2sql v0.0.0-20180430122841-1fe6dd257bc8
github.com/liudanking/goutil v0.0.0-20190930035630-6830c8a1be22 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/nsf/gocode v0.0.0-20190302080247-5bee97b48836 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pinzolo/casee v0.0.0-20191019093852-17765ba5eb57
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)