Skip to content

Commit cb0507f

Browse files
cheftakok8s-publishing-bot
authored andcommitted
Updated vendor to the new preferred versions.
Added missing files. Kubernetes-commit: 1bc43a0dd51fa9b5450d5f66b594892874501479
1 parent 478dd6e commit cb0507f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/moby/spdystream v0.2.0
1919
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
2020
github.com/spf13/pflag v1.0.5
21-
github.com/stretchr/testify v1.7.0
21+
github.com/stretchr/testify v1.8.0
2222
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
2323
gopkg.in/inf.v0 v0.9.1
2424
k8s.io/klog/v2 v2.70.1
@@ -46,3 +46,5 @@ require (
4646
gopkg.in/yaml.v2 v2.4.0 // indirect
4747
gopkg.in/yaml.v3 v3.0.1 // indirect
4848
)
49+
50+
replace k8s.io/apimachinery => ../apimachinery

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
8383
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
8484
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
8585
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
86+
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
8687
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
8788
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
88-
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
89-
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
89+
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
90+
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
91+
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
9092
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
9193
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
9294
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

0 commit comments

Comments
 (0)