-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.28 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
module github.com/Clever/analytics-util
go 1.13
require (
github.com/Clever/analytics-latency-config-service v0.2.1
github.com/Clever/discovery-go v1.7.2 // indirect
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 // indirect
github.com/asaskevich/govalidator v0.0.0-20200817114649-df4adffc9d8c // indirect
github.com/donovanhide/eventsource v0.0.0-20171031113327-3ed64d21fb0b // indirect
github.com/go-openapi/runtime v0.19.22 // indirect
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/validate v0.19.11 // indirect
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.4 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.1
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.1-0.20200424115421-065759f9c3d7 // indirect
go.mongodb.org/mongo-driver v1.4.1 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/Clever/kayvee-go.v6 v6.24.0
gopkg.in/yaml.v2 v2.3.1-0.20200602174213-b893565b90ca // indirect
)