Skip to content

Commit

Permalink
[release-0.26] chore: Update golang.org/x/* modules (#290)
Browse files Browse the repository at this point in the history
* fix: bump to fedora:38 in dockerized tests, because 34 is missing

Signed-off-by: Nick Rogers <ncrogers@gmail.com>

* [release-0.26] chore: Update golang.org/x/* modules

Signed-off-by: Or Shoval <oshoval@redhat.com>

---------

Signed-off-by: Nick Rogers <ncrogers@gmail.com>
Signed-off-by: Or Shoval <oshoval@redhat.com>
Co-authored-by: Nick Rogers <ncrogers@gmail.com>
  • Loading branch information
oshoval and courtland authored Nov 1, 2023
1 parent 9c96f06 commit f2c9623
Show file tree
Hide file tree
Showing 508 changed files with 77,706 additions and 16,854 deletions.
36 changes: 19 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require (
github.com/Mellanox/sriovnet v1.0.2
github.com/containernetworking/cni v1.0.1
github.com/containernetworking/plugins v1.0.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/glog v1.1.0
github.com/imdario/mergo v0.3.12
github.com/j-keck/arping v1.0.2
github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20200626054723-37f83d1996bc
Expand All @@ -29,33 +29,36 @@ require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v0.2.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/gnostic v0.4.1 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1 // indirect
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/protobuf v1.26.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.4.0 // indirect
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.0.1 // indirect
Expand All @@ -64,7 +67,6 @@ require (

// Pinned to kubernetes-1.19.1
replace (
golang.org/x/text => golang.org/x/text v0.3.3
k8s.io/api => k8s.io/api v0.19.1
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.19.1
k8s.io/apimachinery => k8s.io/apimachinery v0.19.1
Expand All @@ -88,6 +90,6 @@ replace (
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.19.1
)

replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
replace github.com/golang/glog => github.com/golang/glog v1.0.0

go 1.17
1,351 changes: 1,330 additions & 21 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hack/docker-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:34-x86_64
FROM quay.io/fedora/fedora:38-x86_64

RUN dnf -y install make git sudo gcc rsync-daemon rsync openvswitch hostname && \
dnf -y clean all
Expand Down
44 changes: 0 additions & 44 deletions vendor/github.com/golang/glog/README

This file was deleted.

36 changes: 36 additions & 0 deletions vendor/github.com/golang/glog/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/golang/glog/glog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions vendor/github.com/google/uuid/null.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 44 additions & 1 deletion vendor/github.com/google/uuid/uuid.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2c9623

Please sign in to comment.