Skip to content

Commit 969357b

Browse files
committed
Update vendor (client now calls ParseAccept from goautoneg).
1 parent 67b9dc1 commit 969357b

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/client-go

1 file changed

+1
-1
lines changed

staging/src/k8s.io/client-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require (
1616
github.com/google/uuid v1.6.0
1717
github.com/gorilla/websocket v1.5.0
1818
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
19+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
1920
github.com/peterbourgon/diskv v2.0.1+incompatible
2021
github.com/spf13/pflag v1.0.5
2122
github.com/stretchr/testify v1.9.0
@@ -53,7 +54,6 @@ require (
5354
github.com/moby/spdystream v0.5.0 // indirect
5455
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5556
github.com/modern-go/reflect2 v1.0.2 // indirect
56-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5757
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
5858
github.com/onsi/ginkgo/v2 v2.19.0 // indirect
5959
github.com/pkg/errors v0.9.1 // indirect

0 commit comments

Comments
 (0)