-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.03 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
module github.com/chxfantasy/go_bootstrap
go 1.16
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
github.com/garyburd/redigo v1.6.2
github.com/ghodss/yaml v1.0.0
github.com/gin-gonic/gin v1.7.1
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/json-iterator/go v1.1.10
github.com/kr/pretty v0.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)