-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 941 Bytes
/
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
module github.com/zaharinea/go-example
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/getsentry/sentry-go v0.8.0
github.com/gin-gonic/gin v1.6.3
github.com/go-errors/errors v1.1.1
github.com/golang-migrate/migrate/v4 v4.14.0
github.com/google/uuid v1.1.2
github.com/joho/godotenv v1.3.0
github.com/kisielk/errcheck v1.4.0 // indirect
github.com/prometheus/client_golang v1.8.0
github.com/sirupsen/logrus v1.7.0
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.6.9
github.com/zaharinea/go-rmq-client v0.0.0-20201213151100-ebf989c5723f
github.com/zsais/go-gin-prometheus v0.1.0
go.mongodb.org/mongo-driver v1.4.3
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d
)