Skip to content

Commit

Permalink
Merge pull request #716 from p0lyn0mial/fix-next-enc-migration-key-name
Browse files Browse the repository at this point in the history
bump(*): vendor update
  • Loading branch information
openshift-merge-robot committed Jan 14, 2020
2 parents 540c446 + 7983024 commit 44ab146
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 70 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -17,7 +17,7 @@ require (
github.com/jteeuwen/go-bindata v3.0.8-0.20151023091102-a0ff2567cfb7+incompatible
github.com/openshift/api v0.0.0-20191219160953-2f4dddbbf3e6
github.com/openshift/client-go v0.0.0-20191216194936-57f413491e9e
github.com/openshift/library-go v0.0.0-20200109145143-01e799204bbd
github.com/openshift/library-go v0.0.0-20200114124611-9ace650367d2
github.com/prometheus/client_golang v1.1.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -318,6 +318,8 @@ github.com/openshift/library-go v0.0.0-20200108105826-2cb27e8b3c7b h1:o8PtQFHNJc
github.com/openshift/library-go v0.0.0-20200108105826-2cb27e8b3c7b/go.mod h1:+EzNb8oA3fnhC613pNcAU0DJ9s3m6WaIMECIVQm2ork=
github.com/openshift/library-go v0.0.0-20200109145143-01e799204bbd h1:mkv11mPK5gyP5QCFOi0ebJHETtSWxLGdAblyIriAqQE=
github.com/openshift/library-go v0.0.0-20200109145143-01e799204bbd/go.mod h1:+EzNb8oA3fnhC613pNcAU0DJ9s3m6WaIMECIVQm2ork=
github.com/openshift/library-go v0.0.0-20200114124611-9ace650367d2 h1:XUgAoZ1MPaHKxBWeliGnYP430/yyviuAi5PSxjs5OuU=
github.com/openshift/library-go v0.0.0-20200114124611-9ace650367d2/go.mod h1:+EzNb8oA3fnhC613pNcAU0DJ9s3m6WaIMECIVQm2ork=
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

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.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Expand Up @@ -203,7 +203,7 @@ github.com/openshift/client-go/config/informers/externalversions/internalinterfa
github.com/openshift/client-go/config/listers/config/v1
github.com/openshift/client-go/operator/clientset/versioned/scheme
github.com/openshift/client-go/operator/clientset/versioned/typed/operator/v1
# github.com/openshift/library-go v0.0.0-20200109145143-01e799204bbd
# github.com/openshift/library-go v0.0.0-20200114124611-9ace650367d2
github.com/openshift/library-go/alpha-build-machinery
github.com/openshift/library-go/alpha-build-machinery/make
github.com/openshift/library-go/alpha-build-machinery/make/lib
Expand Down Expand Up @@ -249,6 +249,7 @@ github.com/openshift/library-go/pkg/operator/render
github.com/openshift/library-go/pkg/operator/render/options
github.com/openshift/library-go/pkg/operator/resource/resourceapply
github.com/openshift/library-go/pkg/operator/resource/resourcegraph
github.com/openshift/library-go/pkg/operator/resource/resourcehelper
github.com/openshift/library-go/pkg/operator/resource/resourcemerge
github.com/openshift/library-go/pkg/operator/resource/resourceread
github.com/openshift/library-go/pkg/operator/resource/retry
Expand Down

0 comments on commit 44ab146

Please sign in to comment.