-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (32 loc) · 1.38 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
module github.com/devtron-labs/release-notes
go 1.16
require (
cloud.google.com/go v0.100.2 // indirect
github.com/antihax/optional v1.0.0
github.com/aws/aws-sdk-go v1.42.37
github.com/caarlos0/env v3.5.0+incompatible
github.com/coreos/clair v2.0.1-0.20171220021131-30bd568d8361+incompatible // indirect
github.com/go-pg/pg v6.15.1+incompatible
github.com/google/wire v0.3.0
github.com/gorilla/mux v1.8.0
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff
github.com/nats-io/nats-server/v2 v2.7.0 // indirect
github.com/nats-io/nats-streaming-server v0.23.2 // indirect
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc
github.com/nats-io/stan.go v0.10.2
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.17.0 // indirect
github.com/optiopay/klar v2.4.0+incompatible
github.com/sirupsen/logrus v1.8.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.20.0
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
google.golang.org/grpc v1.43.0 // indirect
mellium.im/sasl v0.2.1 // indirect
)