Skip to content

fix(deps): update module github.com/openshift/custom-resource-status to v1.1.2 #218

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

Open
wants to merge 1 commit into
base: cpaas-release
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-logr/logr v1.2.3
github.com/openshift/api v0.0.0-20210907084939-33af3ff57ff1
github.com/openshift/cluster-image-registry-operator v0.0.0-20210830135433-48485bb2206c
github.com/openshift/custom-resource-status v1.1.0
github.com/openshift/custom-resource-status v1.1.2
github.com/openshift/library-go v0.0.0-20210906100234-6754cfd64cb5
github.com/stretchr/testify v1.7.0
k8s.io/api v0.25.0
Expand Down Expand Up @@ -36,8 +36,8 @@ require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-logr/zapr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -49,7 +49,7 @@ require (
github.com/imdario/mergo v0.3.12 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
41 changes: 30 additions & 11 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions vendor/github.com/go-openapi/swag/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/github.com/go-openapi/swag/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions vendor/github.com/go-openapi/swag/.travis.yml

This file was deleted.

33 changes: 33 additions & 0 deletions vendor/github.com/go-openapi/swag/file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/go-openapi/swag/post_go18.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/go-openapi/swag/post_go19.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/go-openapi/swag/pre_go18.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/go-openapi/swag/pre_go19.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/github.com/mailru/easyjson/jlexer/lexer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ github.com/go-logr/zapr
# github.com/go-openapi/jsonpointer v0.19.5
## explicit; go 1.13
github.com/go-openapi/jsonpointer
# github.com/go-openapi/jsonreference v0.19.5
# github.com/go-openapi/jsonreference v0.19.6
## explicit; go 1.13
github.com/go-openapi/jsonreference
# github.com/go-openapi/swag v0.19.14
# github.com/go-openapi/swag v0.21.1
## explicit; go 1.11
github.com/go-openapi/swag
# github.com/gogo/protobuf v1.3.2
Expand Down Expand Up @@ -110,7 +110,7 @@ github.com/josharian/intern
# github.com/json-iterator/go v1.1.12
## explicit; go 1.12
github.com/json-iterator/go
# github.com/mailru/easyjson v0.7.6
# github.com/mailru/easyjson v0.7.7
## explicit; go 1.12
github.com/mailru/easyjson/buffer
github.com/mailru/easyjson/jlexer
Expand All @@ -135,7 +135,7 @@ github.com/openshift/api/route/v1
## explicit; go 1.16
github.com/openshift/cluster-image-registry-operator/pkg/defaults
github.com/openshift/cluster-image-registry-operator/pkg/version
# github.com/openshift/custom-resource-status v1.1.0
# github.com/openshift/custom-resource-status v1.1.2
## explicit; go 1.12
github.com/openshift/custom-resource-status/conditions/v1
# github.com/openshift/library-go v0.0.0-20210906100234-6754cfd64cb5
Expand Down