Skip to content

Commit

Permalink
tmp: go.mod: use unreleased version of nri-kubernetes
Browse files Browse the repository at this point in the history
With Kubernetes v1.22.X support and without golangci-lint as a
dependepncy, which causes security checks to fail.

Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
  • Loading branch information
invidian committed Aug 11, 2021
1 parent 4ea5ab0 commit c5c0f70
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 389 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/newrelic/nri-discovery-kubernetes
go 1.13

require (
github.com/newrelic/nri-kubernetes/v2 v2.7.0
github.com/newrelic/nri-kubernetes/v2 v2.6.2-0.20210811100058-d0822da35397
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
Expand Down

0 comments on commit c5c0f70

Please sign in to comment.