-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (32 loc) · 1.2 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 kingsmith.com.cn/ks-horizon
go 1.17
require (
github.com/BurntSushi/toml v0.4.1
github.com/deepmap/oapi-codegen v1.9.0
github.com/friendsofgo/errors v0.9.2
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.0
github.com/go-chi/docgen v1.2.0
github.com/go-chi/httplog v0.2.1
github.com/go-chi/render v1.0.1
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
github.com/rs/zerolog v1.26.1
github.com/spf13/cobra v1.3.0
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/sqlboiler/v4 v4.8.3
github.com/volatiletech/strmangle v0.0.1
)
require (
github.com/ericlagergren/decimal v0.0.0-20181231230500-73749d4874d5 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481 // indirect
github.com/rs/xid v1.3.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/randomize v0.0.1 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)