mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
build: update vendor with latest version
Updating the version of golang.org/x/text to version v0.3.3. It fixes the vulnerability in http://golang.org/x/text/encoding/unicode which leads UTF-16 decoder entering an infinite loop causing the program to crash or run out of memory. Signed-off-by: Mudit Agarwal <muagarwa@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
eaa911d21d
commit
8e434bb3ee
1
go.mod
1
go.mod
@ -24,6 +24,7 @@ require (
|
||||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
||||
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3
|
||||
golang.org/x/text v0.3.3 // indirect
|
||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
||||
google.golang.org/appengine v1.6.5 // indirect
|
||||
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
|
||||
|
Reference in New Issue
Block a user