Skip to content

Commit

Permalink
Bump k8s.io deps from 0.20.0 to 0.20.1 (#1946)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Jan 4, 2021
1 parent 20618bd commit a5c19b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion internal/k8sconfig/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/imdario/mergo v0.3.11 // indirect
k8s.io/client-go v0.20.0
k8s.io/client-go v0.20.1
)
6 changes: 3 additions & 3 deletions receiver/k8sclusterreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ require (
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.16.0
google.golang.org/protobuf v1.25.0
k8s.io/api v0.20.0
k8s.io/apimachinery v0.20.0
k8s.io/client-go v0.20.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
)

replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => ../../internal/common
Expand Down
6 changes: 3 additions & 3 deletions receiver/kubeletstatsreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require (
go.uber.org/zap v1.16.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.20.0
k8s.io/apimachinery v0.20.0
k8s.io/client-go v0.20.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
k8s.io/kubernetes v1.12.0
)

Expand Down

0 comments on commit a5c19b0

Please sign in to comment.