-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
34 lines (31 loc) · 1.46 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
30
31
32
33
34
module github.com/devit-tel/gogo-blueprint
go 1.13
require (
github.com/caarlos0/env/v6 v6.1.0
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/devit-tel/goerror v0.0.0-20200305073127-b2f4401d8848
github.com/devit-tel/gotime v0.0.0-20191011035800-6db99a579f46
github.com/devit-tel/goxid v0.0.0-20191015090949-84147034cdac
github.com/gin-gonic/gin v1.5.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tidwall/pretty v1.0.0 // indirect
github.com/toorop/gin-logrus v0.0.0-20190701131413-6c374ad36b67
github.com/uber-go/atomic v0.0.0-00010101000000-000000000000 // indirect
github.com/uber/jaeger-client-go v2.19.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.1.2
go.uber.org/atomic v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
)
replace github.com/uber-go/atomic => github.com/uber-go/atomic v1.4.0