Skip to content

Commit

Permalink
dep: bump openshift/api and openshift/library-go
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcladlou committed Sep 30, 2019
1 parent a79c29b commit 8eb04c2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ require (
github.com/google/go-cmp v0.3.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/kevinburke/go-bindata v3.11.0+incompatible
github.com/openshift/api v3.9.1-0.20190925205819-e39b0dc4e188+incompatible
github.com/openshift/library-go v0.0.0-20190925211623-9b918c218a4e
github.com/openshift/api v3.9.1-0.20190930094450-41448ee845f6+incompatible
github.com/openshift/library-go v0.0.0-20190927184318-c355e2019bb3
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // indirect
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,14 @@ github.com/openshift/api v3.9.1-0.20190905013149-e6c3eeae444f+incompatible h1:CA
github.com/openshift/api v3.9.1-0.20190905013149-e6c3eeae444f+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/api v3.9.1-0.20190925205819-e39b0dc4e188+incompatible h1:fo4PhGUciMa8Xs2wtOSYY51cnr3+4o/Zkc8nWIC3t/E=
github.com/openshift/api v3.9.1-0.20190925205819-e39b0dc4e188+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/api v3.9.1-0.20190930094450-41448ee845f6+incompatible h1:L2Rs2csZGJlrc6/U7q9FF6TFC4WHj0lnWfO5KukBa9A=
github.com/openshift/api v3.9.1-0.20190930094450-41448ee845f6+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/library-go v0.0.0-20190613200606-e617f832835d h1:a/+OnGnX5qMHSSuKcSSLMPZghOgD48NNZgzDklj9cIc=
github.com/openshift/library-go v0.0.0-20190613200606-e617f832835d/go.mod h1:NBttNjZpWwup/nthuLbPAPSYC8Qyo+BBK5bCtFoyYjo=
github.com/openshift/library-go v0.0.0-20190925211623-9b918c218a4e h1:hDRrx7dI0ANkTLLWRmv2KyAt3hvnYewqa9PnEyk+2ho=
github.com/openshift/library-go v0.0.0-20190925211623-9b918c218a4e/go.mod h1:NBttNjZpWwup/nthuLbPAPSYC8Qyo+BBK5bCtFoyYjo=
github.com/openshift/library-go v0.0.0-20190927184318-c355e2019bb3 h1:8DJ9+kpIhJvzDv73DSXt4PW7X4t7w0ovure43aZrP+w=
github.com/openshift/library-go v0.0.0-20190927184318-c355e2019bb3/go.mod h1:NBttNjZpWwup/nthuLbPAPSYC8Qyo+BBK5bCtFoyYjo=
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34=
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 h1:zNBQb37RGLmJybyMcs983HfUfpkw9OTFD9tbBfAViHE=
Expand Down
13 changes: 7 additions & 6 deletions vendor/github.com/openshift/api/operator/v1/types_ingress.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.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ github.com/nbutton23/zxcvbn-go/adjacency
github.com/nbutton23/zxcvbn-go/entropy
github.com/nbutton23/zxcvbn-go/frequency
github.com/nbutton23/zxcvbn-go/data
# github.com/openshift/api v3.9.1-0.20190925205819-e39b0dc4e188+incompatible
# github.com/openshift/api v3.9.1-0.20190930094450-41448ee845f6+incompatible
github.com/openshift/api/config/v1
github.com/openshift/api/operator/v1
github.com/openshift/api/route/v1
# github.com/openshift/library-go v0.0.0-20190925211623-9b918c218a4e
# github.com/openshift/library-go v0.0.0-20190927184318-c355e2019bb3
github.com/openshift/library-go/pkg/crypto
# github.com/pkg/errors v0.8.1
github.com/pkg/errors
Expand Down

0 comments on commit 8eb04c2

Please sign in to comment.