File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/container-storage-interface/spec v1.8.0
7- github.com/golang/glog v1.1.1
7+ github.com/golang/glog v1.1.2
88 github.com/golang/protobuf v1.5.3
99 github.com/kubernetes-csi/csi-lib-utils v0.14.0
1010 github.com/pborman/uuid v1.2.1
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a
8282github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
8383github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
8484github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
85- github.com/golang/glog v1.1.1 h1:jxpi2eWoU84wbX9iIEyAeeoac3FLuifZpY9tcNUD9kw =
86- github.com/golang/glog v1.1.1 /go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ =
85+ github.com/golang/glog v1.1.2 h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo =
86+ github.com/golang/glog v1.1.2 /go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ =
8787github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
8888github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
8989github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ github.com/go-logr/logr
1919# github.com/gogo/protobuf v1.3.2
2020## explicit; go 1.15
2121github.com/gogo/protobuf/proto
22- # github.com/golang/glog v1.1.1
22+ # github.com/golang/glog v1.1.2
2323## explicit; go 1.19
2424github.com/golang/glog
2525github.com/golang/glog/internal/logsink
You can’t perform that action at this time.
0 commit comments