Skip to content

Commit

Permalink
Bump github.com/openshift/library-go
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Oct 16, 2023
1 parent c3ed44f commit b640860
Show file tree
Hide file tree
Showing 854 changed files with 7,935 additions and 18,309 deletions.
32 changes: 16 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/gin-gonic/gin v1.7.2
github.com/go-logr/logr v1.2.3
github.com/go-logr/zapr v0.4.0
github.com/google/uuid v1.1.2
github.com/google/uuid v1.3.0
github.com/gophercloud/gophercloud v1.3.0
github.com/gophercloud/utils v0.0.0-20230418172808-6eab72e966e1
github.com/gorilla/websocket v1.5.0
Expand All @@ -16,7 +16,7 @@ require (
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.19.0
github.com/openshift/api v0.0.0
github.com/openshift/library-go v0.0.0-20200821154433-215f00df72cc
github.com/openshift/library-go v0.0.0-20230626162119-954ade536d6d
github.com/ovirt/go-ovirt v4.3.4+incompatible
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.3.0
Expand All @@ -25,16 +25,16 @@ require (
github.com/prometheus/common v0.39.0
github.com/vmware/govmomi v0.23.1
go.uber.org/zap v1.19.0
golang.org/x/net v0.4.0
golang.org/x/net v0.8.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.26.1
k8s.io/apiextensions-apiserver v0.23.5
k8s.io/apimachinery v0.26.1
k8s.io/apiserver v0.20.2
k8s.io/api v0.27.1
k8s.io/apiextensions-apiserver v0.27.1
k8s.io/apimachinery v0.27.1
k8s.io/apiserver v0.27.1
k8s.io/client-go v12.0.0+incompatible
k8s.io/component-base v0.26.0
k8s.io/component-base v0.27.1
k8s.io/component-helpers v0.26.0
k8s.io/klog/v2 v2.80.1
k8s.io/klog/v2 v2.90.1
kubevirt.io/containerized-data-importer-api v1.56.0
libvirt.org/libvirt-go-xml v6.6.0+incompatible
sigs.k8s.io/controller-runtime v0.8.3
Expand All @@ -49,14 +49,14 @@ require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
Expand All @@ -80,18 +80,18 @@ require (
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/oauth2 v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.1.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
kubevirt.io/api v0.59.1
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
Expand Down
93 changes: 21 additions & 72 deletions go.sum

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions vendor/cloud.google.com/go/compute/metadata/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/beorn7/perks/quantile/BUILD.bazel

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/blang/semver/BUILD.bazel

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/cespare/xxhash/v2/BUILD.bazel

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/davecgh/go-spew/spew/BUILD.bazel

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/evanphx/json-patch/BUILD.bazel

This file was deleted.

10 changes: 5 additions & 5 deletions vendor/github.com/fsnotify/fsnotify/.gitignore

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

2 changes: 2 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.mailmap

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

36 changes: 0 additions & 36 deletions vendor/github.com/fsnotify/fsnotify/.travis.yml

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/fsnotify/fsnotify/AUTHORS

This file was deleted.

45 changes: 0 additions & 45 deletions vendor/github.com/fsnotify/fsnotify/BUILD.bazel

This file was deleted.

Loading

0 comments on commit b640860

Please sign in to comment.