forked from frain-dev/convoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
65 lines (63 loc) · 2.66 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
module github.com/frain-dev/convoy
go 1.16
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/aws/aws-sdk-go v1.34.28
github.com/cip8/autoname v1.0.1
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/dukex/mixpanel v0.0.0-20220410140740-e82251311162
github.com/felixge/httpsnoop v1.0.2
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/getkin/kin-openapi v0.80.0
github.com/ghodss/yaml v1.0.0
github.com/go-chi/chi/v5 v5.0.6
github.com/go-chi/httprate v0.5.2
github.com/go-chi/render v1.0.1
github.com/go-redis/cache/v8 v8.4.3
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redis/redis_rate/v9 v9.1.2
github.com/gobeam/mongo-go-pagination v0.0.7
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/mock v1.6.0
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/hibiken/asynq v0.23.0
github.com/hibiken/asynq/x v0.0.0-20221219051101-0b8cfad70341
github.com/hibiken/asynqmon v0.7.1
github.com/jarcoal/httpmock v1.0.8
github.com/jaswdr/faker v1.10.2
github.com/jedib0t/go-pretty/v6 v6.3.2
github.com/jeremywohl/flatten v1.0.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.15.4 // indirect
github.com/mongodb/mongo-tools v0.0.0-20220615145412-ec9893cba7e6
github.com/newrelic/go-agent/v3 v3.15.2
github.com/newrelic/go-agent/v3/integrations/nrlogrus v1.0.1
github.com/newrelic/go-agent/v3/integrations/nrmongo v1.0.2
github.com/newrelic/go-agent/v3/integrations/nrredis-v8 v1.0.0
github.com/onsi/gomega v1.19.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/sebdah/goldie/v2 v2.5.3
github.com/sirupsen/logrus v1.8.1
github.com/slack-go/slack v0.10.2
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.1
github.com/swaggo/swag v1.8.2
github.com/typesense/typesense-go v0.4.0
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/xdg-go/pbkdf2 v1.0.0
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.9.1
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
google.golang.org/grpc v1.50.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v3 v3.0.1
)