-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 865 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
module github.com/aristat/http-server
go 1.14
require (
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/deepmap/oapi-codegen v1.5.6
github.com/getkin/kin-openapi v0.53.0
github.com/go-chi/chi/v5 v5.0.2
github.com/go-openapi/swag v0.19.14 // indirect
github.com/google/wire v0.5.0
github.com/joho/godotenv v1.3.0
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.1.1 // indirect
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.1.1+incompatible // indirect
github.com/urfave/cli/v2 v2.3.0
go.uber.org/atomic v1.5.0 // indirect
golang.org/x/tools v0.0.0-20200114235610-7ae403b6b589 // indirect
)