forked from ardanlabs/service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 827 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/ardanlabs/service
go 1.14
require (
github.com/ardanlabs/conf v1.3.2
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.4.1
github.com/google/uuid v1.1.1
github.com/jmoiron/sqlx v1.2.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lib/pq v1.5.2
github.com/pkg/errors v0.9.1
go.opentelemetry.io/otel v0.6.0
go.opentelemetry.io/otel/exporters/trace/zipkin v0.6.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
google.golang.org/grpc v1.29.1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)