-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 780 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 780 Bytes
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/walmartdigital/katalog
go 1.14
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/emirpasic/gods v1.12.0
github.com/golang/mock v1.2.0
github.com/gorilla/mux v1.8.0
github.com/imdario/mergo v0.3.11 // indirect
github.com/maxcnunes/httpfake v1.2.1
github.com/mitchellh/mapstructure v1.3.3
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/prometheus/client_golang v1.8.0
github.com/qiniu/checkstyle v0.0.0-20181122073030-e47d31cae315 // indirect
github.com/segmentio/kafka-go v0.4.6
github.com/sirupsen/logrus v1.7.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344
k8s.io/api v0.16.14
k8s.io/apimachinery v0.16.14
k8s.io/client-go v0.16.14
k8s.io/utils v0.0.0-20201015054608-420da100c033 // indirect
)