bump golang.org/x/net to 0.17.0

Part of https://github.com/etcd-io/etcd/issues/16740

Signed-off-by: Allen Ray <alray@redhat.com>
This commit is contained in:
Allen Ray
2023-10-11 10:43:48 -04:00
parent c8286f47ef
commit 24ee8e491f
16 changed files with 87 additions and 79 deletions

View File

@@ -12,9 +12,9 @@ require (
)
require (
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)