-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (28 loc) · 1.14 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
module github.com/lonnblad/shipment-service-backend
go 1.16
require (
github.com/InVisionApp/go-health/v2 v2.1.2
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/badoux/checkmail v1.2.1
github.com/cucumber/godog v0.11.0
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-memdb v1.3.2
github.com/pariz/gountries v0.0.0-20200430155801-1c6a393df9c7
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/http-swagger v1.0.0
github.com/swaggo/swag v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.19.0
go.opentelemetry.io/otel v0.19.0
go.opentelemetry.io/otel/exporters/stdout v0.19.0
go.opentelemetry.io/otel/metric v0.19.0
go.opentelemetry.io/otel/sdk v0.19.0
go.opentelemetry.io/otel/sdk/metric v0.19.0
go.opentelemetry.io/otel/trace v0.19.0
golang.org/x/net v0.0.0-20210414194228-064579744ee0 // indirect
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/tools v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)