Skip to content

Commit

Permalink
cleanup indirect deps and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed May 10, 2021
1 parent d0f793d commit ba57c13
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 21 deletions.
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-prometheus

go 1.13
go 1.16

require (
github.com/newrelic/infra-integrations-sdk/v4 v4.1.0
Expand All @@ -10,15 +10,10 @@ require (
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.23.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.3.1-0.20190531093228-c01685bb8421 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/objx v0.1.2-0.20180626195558-9e1dfc121bca // indirect
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.16.10
k8s.io/apimachinery v0.16.10
k8s.io/client-go v0.15.12
k8s.io/utils v0.0.0-20191010214722-8d271d903fe4 // indirect
sigs.k8s.io/yaml v1.1.1-0.20181103002144-5fa4c7f5e38d // indirect
)
Loading

0 comments on commit ba57c13

Please sign in to comment.