-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
Updated modules golang.org/x/* to the latest versions. To accomplish this golang needed to be bumped to version 1.17. Signed-off-by: Felix Matouschek <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,52 @@ | ||
module github.com/kubevirt/bridge-marker | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/golang/glog v1.0.0 | ||
github.com/onsi/ginkgo v1.14.1 | ||
github.com/onsi/gomega v1.10.2 | ||
github.com/stretchr/testify v1.6.0 // indirect | ||
github.com/vishvananda/netlink v1.1.1-0.20220118170537-d6b03fdeb845 | ||
k8s.io/api v0.19.1 | ||
k8s.io/apimachinery v0.19.1 | ||
k8s.io/client-go v0.19.1 | ||
kubevirt.io/qe-tools v0.1.6 | ||
) | ||
|
||
replace ( | ||
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 | ||
golang.org/x/text => golang.org/x/text v0.3.3 | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
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.3 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/googleapis/gnostic v0.4.1 // indirect | ||
github.com/imdario/mergo v0.3.7 // 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.4 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.8.1 // indirect | ||
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // 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 | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // 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.3.0 // indirect | ||
k8s.io/klog/v2 v2.2.0 // indirect | ||
k8s.io/utils v0.0.0-20200729134348-d5654de09c73 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.0.1 // indirect | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
) |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.