@@ -3,26 +3,21 @@ module github.com/newrelic/newrelic-kubernetes-operator
33go 1.13
44
55require (
6- github.com/Masterminds/goutils v1.1.1 // indirect
7- github.com/Masterminds/semver/v3 v3.1.1 // indirect
86 github.com/davecgh/go-spew v1.1.1
9- github.com/git-chglog/git-chglog v0.15.0 // indirect
107 github.com/go-logr/logr v0.1.0
11- github.com/golang/mock v1.4.3
12- github.com/goreleaser/goreleaser v0.143 .0
8+ github.com/golang/mock v1.6.0
9+ github.com/goreleaser/goreleaser v0.184 .0
1310 github.com/hashicorp/golang-lru v0.5.4 // indirect
14- github.com/llorllale/go-gitlint v0.0.0-20210608233938-d6303cc52cc5 // indirect
1511 github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3
1612 github.com/newrelic/go-agent/v3 v3.7.0
1713 github.com/newrelic/newrelic-client-go v0.60.0
1814 github.com/onsi/ginkgo v1.13.0
1915 github.com/onsi/gomega v1.10.1
2016 github.com/prometheus/client_golang v1.6.0 // indirect
2117 github.com/prometheus/common v0.10.0 // indirect
22- github.com/psampaz/go-mod-outdated v0.8.0 // indirect
2318 github.com/stretchr/testify v1.7.0
24- golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
25- golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305
19+ golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
20+ golang.org/x/tools v0.1.5
2621 gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
2722 k8s.io/api v0.18.4
2823 k8s.io/apiextensions-apiserver v0.18.4 // indirect
0 commit comments