-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
60 lines (58 loc) · 2.53 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/leopku/luban
go 1.13
require (
github.com/Masterminds/squirrel v1.4.0
github.com/Olament/gDHT v0.0.0-20200824213925-702ed95d4291 // indirect
github.com/agrison/go-commons-lang v0.0.0-20200208220349-58e9fcb95174
github.com/dave/jennifer v1.4.1
github.com/fatih/structs v1.1.0
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/friendsofgo/errors v0.9.2 // indirect
github.com/gertd/go-pluralize v0.1.7
github.com/go-ego/gse v0.60.0 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/protobuf v1.5.1 // indirect
github.com/google/wire v0.5.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/huandu/xstrings v1.3.2
github.com/iancoleman/strcase v0.1.3
github.com/jimsmart/schema v0.0.6
github.com/jinzhu/gorm v1.9.16
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.8
github.com/lithammer/shortuuid/v3 v3.0.5
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mr-karan/doggo v0.2.4 // indirect
github.com/olivere/elastic/v7 v7.0.19 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/rs/zerolog v1.20.0
github.com/segmentio/encoding v0.2.11
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/src-d/go-mysql-server v0.6.0
github.com/src-d/go-oniguruma v1.1.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/ugorji/go v1.1.4 // indirect
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
github.com/vijaykanthm28/go-ramda v0.0.0-20200731020358-ae8474673d8c
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/sqlboiler v3.7.1+incompatible // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6 // indirect
google.golang.org/grpc v1.36.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)