Skip to content

Commit cbf228f

Browse files
build(deps): bump github.com/golang/glog from 1.2.4 to 1.2.5 (kubeflow#1095)
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/golang/glog/releases) - [Commits](golang/glog@v1.2.4...v1.2.5) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9125316 commit cbf228f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/go-chi/chi/v5 v5.2.1
77
github.com/go-chi/cors v1.2.1
88
github.com/go-logr/logr v1.4.2
9-
github.com/golang/glog v1.2.4
9+
github.com/golang/glog v1.2.5
1010
github.com/kserve/kserve v0.15.0
1111
github.com/onsi/ginkgo v1.16.5
1212
github.com/onsi/ginkgo/v2 v2.23.4
@@ -22,6 +22,7 @@ require (
2222
k8s.io/api v0.32.3
2323
k8s.io/apimachinery v0.32.3
2424
k8s.io/client-go v0.32.3
25+
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
2526
sigs.k8s.io/controller-runtime v0.20.4
2627
)
2728

@@ -135,7 +136,6 @@ require (
135136
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
136137
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
137138
knative.dev/networking v0.0.0-20250117155906-67d1c274ba6a // indirect
138-
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b // indirect
139139
knative.dev/serving v0.44.0 // indirect
140140
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
141141
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlnd
161161
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
162162
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
163163
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
164-
github.com/golang/glog v1.2.4 h1:CNNw5U8lSiiBk7druxtSHHTsRWcxKoac6kZKm2peBBc=
165-
github.com/golang/glog v1.2.4/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
164+
github.com/golang/glog v1.2.5 h1:DrW6hGnjIhtvhOIiAKT6Psh/Kd/ldepEa81DKeiRJ5I=
165+
github.com/golang/glog v1.2.5/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
166166
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
167167
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=
168168
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw=

0 commit comments

Comments
 (0)