-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 822 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
25
module github.com/coder2z/g-saber
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.1
github.com/google/uuid v1.3.0 // indirect
github.com/json-iterator/go v1.1.10
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/reflect2 v1.0.1
github.com/philchia/agollo/v4 v4.1.4
github.com/pkg/errors v0.8.1
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547
go.uber.org/zap v1.14.1
golang.org/x/sync v0.0.0-20190423024810-112230192c58
sigs.k8s.io/yaml v1.3.0 // indirect
)