Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: null <[email protected]>
  • Loading branch information
redhat-renovate-bot committed Jul 25, 2024
1 parent 276a338 commit 1c3ae6c
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ replace (

// Openshift
replace (
github.com/openshift/api => github.com/openshift/api v0.0.0-20240722135205-ae4f370f361f
github.com/openshift/api => github.com/openshift/api v0.0.0-20240724184751-84047ef4a2ce
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87
)

require (
github.com/alexflint/go-arg v1.5.1
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/onsi/gomega v1.34.0
github.com/openshift/api v3.9.0+incompatible
github.com/openshift/client-go v3.9.0+incompatible
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 4 additions & 0 deletions go.sum

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

17 changes: 17 additions & 0 deletions vendor/github.com/onsi/gomega/CHANGELOG.md

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

2 changes: 1 addition & 1 deletion vendor/github.com/onsi/gomega/gomega_dsl.go

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.

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
github.com/onsi/ginkgo/v2/internal/testingtproxy
github.com/onsi/ginkgo/v2/reporters
github.com/onsi/ginkgo/v2/types
# github.com/onsi/gomega v1.33.1
# github.com/onsi/gomega v1.34.0
## explicit; go 1.20
github.com/onsi/gomega
github.com/onsi/gomega/format
Expand All @@ -331,7 +331,7 @@ github.com/opencontainers/go-digest
## explicit; go 1.18
github.com/opencontainers/image-spec/specs-go
github.com/opencontainers/image-spec/specs-go/v1
# github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20240722135205-ae4f370f361f
# github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20240724184751-84047ef4a2ce
## explicit; go 1.22.0
github.com/openshift/api/config/v1
github.com/openshift/api/pkg/serialization
Expand Down Expand Up @@ -1483,5 +1483,5 @@ sigs.k8s.io/yaml/goyaml.v3
# k8s.io/client-go => k8s.io/client-go v0.30.3
# k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f
# k8s.io/kubectl => k8s.io/kubectl v0.30.3
# github.com/openshift/api => github.com/openshift/api v0.0.0-20240722135205-ae4f370f361f
# github.com/openshift/api => github.com/openshift/api v0.0.0-20240724184751-84047ef4a2ce
# github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87

0 comments on commit 1c3ae6c

Please sign in to comment.