generated from Ubivius/microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
19 lines (17 loc) · 738 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/Ubivius/microservice-friendslist
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/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.4
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.26.1
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.26.1
go.opentelemetry.io/otel v1.1.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
sigs.k8s.io/controller-runtime v0.10.2
)