forked from ardanlabs/service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.09 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
module github.com/ardanlabs/service
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
github.com/ardanlabs/conf v1.3.4
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
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.9.0
github.com/pkg/errors v0.9.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.17.0
go.opentelemetry.io/otel v0.17.0
go.opentelemetry.io/otel/exporters/trace/zipkin v0.17.0
go.opentelemetry.io/otel/sdk v0.17.0
go.opentelemetry.io/otel/trace v0.17.0
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)