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

build: changes of go mod tidy #415

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.9
github.com/lithammer/shortuuid v3.0.0+incompatible
github.com/openshift/api v0.0.0-20230705144233-e28cd4dd28a8
github.com/openshift/client-go v0.0.0-20230705133330-7f808ad59404
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.8.1
Expand All @@ -33,7 +34,6 @@ require (
github.com/jinzhu/copier v0.3.5 // indirect
github.com/mikefarah/yq/v4 v4.27.3 // indirect
github.com/open-policy-agent/opa v0.49.2 // indirect
github.com/openshift/api v0.0.0-20230705144233-e28cd4dd28a8 // indirect
github.com/owenrumney/go-sarif/v2 v2.1.2 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
Expand Down