-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.22 KB
/
Copy pathgo.mod
File metadata and controls
31 lines (29 loc) · 1.22 KB
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
module github.com/zywaited/delay-queue
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/bwmarrin/snowflake v0.3.0
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-resty/resty/v2 v2.3.0
github.com/golang/protobuf v1.4.2
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
github.com/lestrrat-go/strftime v1.0.1 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/save95/xerror v1.0.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/tebeka/strftime v0.1.4 // indirect
github.com/zywaited/go-common/limiter v0.0.0-20210614063423-129d768e79b7
github.com/zywaited/go-common/xcopy v0.0.0-20210510032228-64a2874dab32
go.mongodb.org/mongo-driver v1.5.2
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
google.golang.org/grpc v1.31.0
)