This repository was archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (41 loc) · 1.93 KB
/
Copy pathgo.mod
File metadata and controls
43 lines (41 loc) · 1.93 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
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/maystery/cqueue
go 1.13
require (
cloud.google.com/go v0.74.0 // indirect
cloud.google.com/go/pubsub v1.9.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/RichardKnop/machinery v1.10.0
github.com/RichardKnop/redsync v1.2.0 // indirect
github.com/aws/aws-sdk-go v1.36.23 // indirect
github.com/containerd/containerd v1.4.3 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.2+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-redis/redis/v8 v8.4.4 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/uuid v1.1.4 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/klauspost/compress v1.11.6 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.7.0
github.com/ugorji/go v1.2.2 // indirect
go.mongodb.org/mongo-driver v1.4.4 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
golang.org/x/tools v0.0.0-20210107193943-4ed967dd8eff // indirect
google.golang.org/genproto v0.0.0-20210106152847-07624b53cd92 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gotest.tools v2.2.0+incompatible // indirect
honnef.co/go/tools v0.1.0 // indirect
)