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 to delay version update until operand updated #272

Merged
merged 1 commit into from Aug 18, 2020
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
Expand Up @@ -9,7 +9,7 @@ require (
github.com/openshift/api v0.0.0-20200803131051-87466835fcc0
github.com/openshift/build-machinery-go v0.0.0-20200731024703-cd7e6e844b55
github.com/openshift/client-go v0.0.0-20200729195840-c2b1adc6bed6
github.com/openshift/library-go v0.0.0-20200807122248-f5cb4d19a4fe
github.com/openshift/library-go v0.0.0-20200817190841-5e77ffd3a44f
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/spf13/cobra v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -358,8 +358,8 @@ github.com/openshift/client-go v0.0.0-20200722173614-5a1b0aaeff15 h1:b2QkHrmaYtY
github.com/openshift/client-go v0.0.0-20200722173614-5a1b0aaeff15/go.mod h1:yd4Zpcdk+8JyMWi6v+h78jPqK0FvXbJY41Wq3SZxl+c=
github.com/openshift/client-go v0.0.0-20200729195840-c2b1adc6bed6 h1:8gP7RqE02x6t0IUiE22QxnpUAKB6KyBpXwfJrksKBMI=
github.com/openshift/client-go v0.0.0-20200729195840-c2b1adc6bed6/go.mod h1:rsx2TgcUwHd3zB4ghp6pFlaDN/8+kUDedMYaZF0p8/c=
github.com/openshift/library-go v0.0.0-20200807122248-f5cb4d19a4fe h1:Dt46qJIjHr4a0R1hEIZegKr1j9mT3E0Sfz4Y+uZ+EGc=
github.com/openshift/library-go v0.0.0-20200807122248-f5cb4d19a4fe/go.mod h1:q7ebJwBFgDx4nP5jGhd+K9XgOIpKaNVh4RWpKmW61Gg=
github.com/openshift/library-go v0.0.0-20200817190841-5e77ffd3a44f h1:4f1Y6sqVVPHtsmQ8PemU6XTamWuIitCPy1ZamBkwUjA=
github.com/openshift/library-go v0.0.0-20200817190841-5e77ffd3a44f/go.mod h1:q7ebJwBFgDx4nP5jGhd+K9XgOIpKaNVh4RWpKmW61Gg=
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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -171,7 +171,7 @@ github.com/openshift/client-go/operator/clientset/versioned/typed/operator/v1alp
github.com/openshift/client-go/route/clientset/versioned
github.com/openshift/client-go/route/clientset/versioned/scheme
github.com/openshift/client-go/route/clientset/versioned/typed/route/v1
# github.com/openshift/library-go v0.0.0-20200807122248-f5cb4d19a4fe
# github.com/openshift/library-go v0.0.0-20200817190841-5e77ffd3a44f
github.com/openshift/library-go/pkg/assets
github.com/openshift/library-go/pkg/config/client
github.com/openshift/library-go/pkg/config/clusteroperator/v1helpers
Expand Down