Skip to content

Commit

Permalink
bump (*)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0lyn0mial committed Nov 30, 2020
1 parent b83ff9c commit 6fab791
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 22 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -12,7 +12,7 @@ require (
github.com/openshift/api v0.0.0-20201117184740-859beeffd973
github.com/openshift/build-machinery-go v0.0.0-20200917070002-f171684f77ab
github.com/openshift/client-go v0.0.0-20201020074620-f8fd44879f7c
github.com/openshift/library-go v0.0.0-20201102091359-c4fa0f5b3a08
github.com/openshift/library-go v0.0.0-20201130092750-8a855b632592
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -399,6 +399,8 @@ github.com/openshift/client-go v0.0.0-20201020074620-f8fd44879f7c h1:NB9g4Y/aegI
github.com/openshift/client-go v0.0.0-20201020074620-f8fd44879f7c/go.mod h1:yZ3u8vgWC19I9gbDMRk8//9JwG/0Sth6v7C+m6R8HXs=
github.com/openshift/library-go v0.0.0-20201102091359-c4fa0f5b3a08 h1:Z+8t3ooTH2T+J/GoCZbgaOk5WqNZgPuHlUAKMfG1FEk=
github.com/openshift/library-go v0.0.0-20201102091359-c4fa0f5b3a08/go.mod h1:1xYaYQcQsn+AyCRsvOU+Qn5z6GGiCmcblXkT/RZLVfo=
github.com/openshift/library-go v0.0.0-20201130092750-8a855b632592 h1:H+d1kdJBavtaU9iI2NrgfQLTD9Hj7tKxegCdFlOFAhc=
github.com/openshift/library-go v0.0.0-20201130092750-8a855b632592/go.mod h1:1xYaYQcQsn+AyCRsvOU+Qn5z6GGiCmcblXkT/RZLVfo=
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
Expand Down
42 changes: 22 additions & 20 deletions vendor/github.com/openshift/library-go/pkg/network/dialer_linux.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.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Expand Up @@ -215,7 +215,7 @@ github.com/openshift/client-go/operator/listers/operator/v1alpha1
github.com/openshift/client-go/operatorcontrolplane/clientset/versioned
github.com/openshift/client-go/operatorcontrolplane/clientset/versioned/scheme
github.com/openshift/client-go/operatorcontrolplane/clientset/versioned/typed/operatorcontrolplane/v1alpha1
# github.com/openshift/library-go v0.0.0-20201102091359-c4fa0f5b3a08
# github.com/openshift/library-go v0.0.0-20201130092750-8a855b632592
github.com/openshift/library-go/pkg/apps/deployment
github.com/openshift/library-go/pkg/assets
github.com/openshift/library-go/pkg/config/client
Expand Down Expand Up @@ -276,6 +276,7 @@ github.com/openshift/library-go/pkg/operator/unsupportedconfigoverridescontrolle
github.com/openshift/library-go/pkg/operator/v1helpers
github.com/openshift/library-go/pkg/serviceability
github.com/openshift/library-go/test/library
github.com/openshift/library-go/test/library/apiserver
github.com/openshift/library-go/test/library/encryption
# github.com/pkg/errors v0.9.1
github.com/pkg/errors
Expand Down

0 comments on commit 6fab791

Please sign in to comment.