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 4
4
5
5
require (
6
6
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
8
8
github.com/golang/protobuf v1.5.3
9
9
github.com/kubernetes-csi/csi-lib-utils v0.14.0
10
10
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
82
82
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
83
83
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
84
84
github.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 =
87
87
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
88
88
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
89
89
github.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
19
19
# github.com/gogo/protobuf v1.3.2
20
20
## explicit; go 1.15
21
21
github.com/gogo/protobuf/proto
22
- # github.com/golang/glog v1.1.1
22
+ # github.com/golang/glog v1.1.2
23
23
## explicit; go 1.19
24
24
github.com/golang/glog
25
25
github.com/golang/glog/internal/logsink
You can’t perform that action at this time.
0 commit comments