Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(*): vendor update #716

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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