Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require (
github.com/opencontainers/runc v1.1.1
github.com/opencontainers/selinux v1.10.0
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
github.com/openshift/apiserver-library-go v0.0.0-20220525180945-29f4c54d0291
github.com/openshift/apiserver-library-go v0.0.0-20220617080758-f441877bb41d
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
github.com/openshift/library-go v0.0.0-20220525173854-9b950a41acdc
github.com/pkg/errors v0.9.1
Expand Down Expand Up @@ -367,7 +367,7 @@ replace (
github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.0

github.com/openshift/api => github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20220525180945-29f4c54d0291
github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20220617080758-f441877bb41d
github.com/openshift/build-machinery-go => github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20220525173854-9b950a41acdc
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK9
github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68 h1:G4GBjFvaGlHc1dMFfJY8Z0LhMa0leRG75DvQ33PAgdY=
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68/go.mod h1:LEnw1IVscIxyDnltE3Wi7bQb/QzIM8BfPNKoGA1Qlxw=
github.com/openshift/apiserver-library-go v0.0.0-20220525180945-29f4c54d0291 h1:ct1lVj9SCH80w84utqqxcVykoSeBiBSaPZeVNe7AEnM=
github.com/openshift/apiserver-library-go v0.0.0-20220525180945-29f4c54d0291/go.mod h1:0sLDTC2xy2ZKe7xvFEQ0sSbsyfmsMov+UbVVHh+ph58=
github.com/openshift/apiserver-library-go v0.0.0-20220617080758-f441877bb41d h1:5FvV49VDwt7Edcf0pA1CiG4f5QtvIfCJzi4maZDJtrc=
github.com/openshift/apiserver-library-go v0.0.0-20220617080758-f441877bb41d/go.mod h1:0sLDTC2xy2ZKe7xvFEQ0sSbsyfmsMov+UbVVHh+ph58=
github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a h1:ylsEgoC8Dlg4A0C1TLH0A4x/TZao7k1YveLwROhRUdk=
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a/go.mod h1:eDO5QeVi2IiXmDwB0e2z1DpAznWroZKe978pzZwFBzg=
Expand Down
2 changes: 1 addition & 1 deletion staging/src/k8s.io/api/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiextensions-apiserver/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/cli-runtime/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/cloud-provider/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/controller-manager/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/kube-aggregator/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/kubectl/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/legacy-cloud-providers/go.sum

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.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ github.com/openshift/api/security
github.com/openshift/api/security/v1
github.com/openshift/api/template/v1
github.com/openshift/api/user/v1
# github.com/openshift/apiserver-library-go v0.0.0-20220525180945-29f4c54d0291 => github.com/openshift/apiserver-library-go v0.0.0-20220525180945-29f4c54d0291
# github.com/openshift/apiserver-library-go v0.0.0-20220617080758-f441877bb41d => github.com/openshift/apiserver-library-go v0.0.0-20220617080758-f441877bb41d
## explicit
github.com/openshift/apiserver-library-go/pkg/admission/imagepolicy
github.com/openshift/apiserver-library-go/pkg/admission/imagepolicy/apis/imagepolicy/v1
Expand Down Expand Up @@ -2827,7 +2827,7 @@ sigs.k8s.io/yaml
# github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
# github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.0
# github.com/openshift/api => github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
# github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20220525180945-29f4c54d0291
# github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20220617080758-f441877bb41d
# github.com/openshift/build-machinery-go => github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3
# github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
# github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20220525173854-9b950a41acdc
Expand Down