File tree Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ require (
130130 github.com/godbus/dbus/v5 v5.1.0 // indirect
131131 github.com/gogo/protobuf v1.3.2 // indirect
132132 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
133- github.com/golang/glog v1.2.4 // indirect
133+ github.com/golang/glog v1.2.5 // indirect
134134 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
135135 github.com/golang/protobuf v1.5.4 // indirect
136136 github.com/google/cel-go v0.20.1 // indirect
Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69
213213github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
214214github.com/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
215215github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
216- github.com/golang/glog v1.2.4 h1:CNNw5U8lSiiBk7druxtSHHTsRWcxKoac6kZKm2peBBc =
217- github.com/golang/glog v1.2.4 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
216+ github.com/golang/glog v1.2.5 h1:DrW6hGnjIhtvhOIiAKT6Psh/Kd/ldepEa81DKeiRJ5I =
217+ github.com/golang/glog v1.2.5 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
218218github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
219219github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
220220github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ github.com/gogo/protobuf/sortkeys
675675# github.com/golang-jwt/jwt/v4 v4.5.2
676676## explicit; go 1.16
677677github.com/golang-jwt/jwt/v4
678- # github.com/golang/glog v1.2.4
678+ # github.com/golang/glog v1.2.5
679679## explicit; go 1.19
680680github.com/golang/glog
681681github.com/golang/glog/internal/logsink
You can’t perform that action at this time.
0 commit comments