-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
30 lines (28 loc) · 1.11 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
module github.com/feng-crazy/go-utils
go 1.16
require (
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
github.com/eclipse/paho.mqtt.golang v1.3.3
github.com/gin-gonic/gin v1.6.3
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.2.0
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/gorilla/websocket v1.4.2
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/json-iterator/go v1.1.12
github.com/kr/pretty v0.1.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/robfig/cron v1.2.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
golang.org/x/text v0.3.3
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/eapache/queue.v1 v1.1.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)