-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
24 lines (22 loc) · 989 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
module github.com/Ubivius/microservice-template
go 1.15
require (
github.com/Ubivius/pkg-telemetry v1.0.0
github.com/Ubivius/shared-authentication v1.0.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/leodido/go-urn v1.2.1 // indirect
go.mongodb.org/mongo-driver v1.7.3
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.25.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.25.0
go.opentelemetry.io/otel v1.0.1
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
golang.org/x/tools v0.1.7 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
sigs.k8s.io/controller-runtime v0.10.2
)