Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit e131566

Browse files
Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 (#215)
* Bump k8s.io/client-go from 0.18.19 to 0.20.0 Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.19 to 0.20.0. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.18.19...v0.20.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Changing one go mod version * Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.7.1...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Adding smlogs gomod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ananth102 <abashyam@amazon.com>
1 parent f1521b5 commit e131566

File tree

4 files changed

+521
-77
lines changed

4 files changed

+521
-77
lines changed

go.mod

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,18 @@ require (
88
github.com/aws/aws-sdk-go v1.37.3
99
github.com/go-logr/logr v0.2.1
1010
github.com/go-logr/zapr v0.2.0 // indirect
11-
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
12-
github.com/google/go-cmp v0.5.4
13-
github.com/google/uuid v1.1.1
14-
github.com/kr/pretty v0.2.0 // indirect
11+
github.com/gogo/protobuf v1.3.2 // indirect
12+
github.com/google/go-cmp v0.5.5
13+
github.com/google/uuid v1.1.2
1514
github.com/onsi/ginkgo v1.12.1
1615
github.com/onsi/gomega v1.10.1
1716
github.com/pkg/errors v0.9.1
18-
github.com/prometheus/client_golang v1.7.1 // indirect
17+
github.com/prometheus/client_golang v1.11.1 // indirect
1918
go.uber.org/zap v1.15.0 // indirect
20-
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
2119
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
2220
google.golang.org/appengine v1.6.6 // indirect
23-
google.golang.org/protobuf v1.25.0 // indirect
24-
k8s.io/api v0.18.19
25-
k8s.io/apimachinery v0.18.19
26-
k8s.io/client-go v0.18.19
27-
k8s.io/klog/v2 v2.2.0 // indirect
21+
k8s.io/api v0.20.0
22+
k8s.io/apimachinery v0.20.0
23+
k8s.io/client-go v0.20.0
2824
sigs.k8s.io/controller-runtime v0.6.2
2925
)

0 commit comments

Comments
 (0)