Skip to content

Commit

Permalink
build: changes of go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yishay Mendelsohn authored and Yishay Mendelsohn committed Jul 10, 2023
1 parent 4f0647c commit 56fba2f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 56fba2f

Please sign in to comment.