-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 943 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/cedrickchee/gowebservices
go 1.16
require (
github.com/ardanlabs/conf v1.3.4
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dimfeld/httptreemux/v5 v5.2.2
github.com/dimiro1/darwin v0.0.0-20191008194338-370f81775d3b
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/google/go-cmp v0.5.4
github.com/google/uuid v1.2.0
github.com/jmoiron/sqlx v1.3.1
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lib/pq v1.10.0
github.com/pkg/errors v0.9.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.18.0
go.opentelemetry.io/otel v0.18.0
go.opentelemetry.io/otel/exporters/trace/zipkin v0.18.0
go.opentelemetry.io/otel/sdk v0.18.0
go.opentelemetry.io/otel/trace v0.18.0
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)