Skip to content

Commit

Permalink
go mod {tidy|vendor}
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-muller committed Jul 10, 2024
1 parent ed91552 commit 7c6886f
Show file tree
Hide file tree
Showing 28 changed files with 1,635 additions and 4 deletions.
1 change: 1 addition & 0 deletions force-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Avoid empty commits 3
Avoid empty commits 4
Avoid empty commits 5
Avoid empty commits 6
Avoid empty commits 7
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ require (

replace github.com/openshift/api => github.com/petr-muller/api v0.0.0-20240710133749-d1e5dc52eaf7

replace github.com/openshift/client-go => github.com/petr-muller/openshift-client-go update-status-operator
replace github.com/openshift/client-go => github.com/petr-muller/openshift-client-go v0.0.0-20240710134752-3867934647d5
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ github.com/onsi/ginkgo/v2 v2.15.0 h1:79HwNRBAZHOEwrczrgSOPy+eFTTlIGELKy5as+ClttY
github.com/onsi/ginkgo/v2 v2.15.0/go.mod h1:HlxMHtYF57y6Dpf+mc5529KKmSq9h2FpCF+/ZkwUxKM=
github.com/onsi/gomega v1.31.0 h1:54UJxxj6cPInHS3a35wm6BK/F9nHYueZ1NVujHDrnXE=
github.com/onsi/gomega v1.31.0/go.mod h1:DW9aCi7U6Yi40wNVAvT6kzFnEVEI5n3DloYBiKiT6zk=
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87 h1:JtLhaGpSEconE+1IKmIgCOof/Len5ceG6H1pk43yv5U=
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87/go.mod h1:3IPD4U0qyovZS4EFady2kqY32m8lGcbs/Wx+yprg9z8=
github.com/openshift/library-go v0.0.0-20240709182732-b94141242b0c h1:J79MQ2jYap7l9ugCosp73mIcb6PNcXeczINlyfGC7XA=
github.com/openshift/library-go v0.0.0-20240709182732-b94141242b0c/go.mod h1:PdASVamWinll2BPxiUpXajTwZxV8A1pQbWEsCN1od7I=
github.com/operator-framework/api v0.17.1 h1:J/6+Xj4IEV8C7hcirqUFwOiZAU3PbnJhWvB0/bB51c4=
Expand All @@ -148,6 +146,8 @@ github.com/operator-framework/operator-lifecycle-manager v0.22.0 h1:7DEWOq24HQ0l
github.com/operator-framework/operator-lifecycle-manager v0.22.0/go.mod h1:4zssIIl23ohxS1nXRU9xTkBmwt+qleuHMO02BaWOHLA=
github.com/petr-muller/api v0.0.0-20240710133749-d1e5dc52eaf7 h1:8NVkfoxzY8BuxiZE1S0npjMCd3BapAjjii0RkxyM9ho=
github.com/petr-muller/api v0.0.0-20240710133749-d1e5dc52eaf7/go.mod h1:OOh6Qopf21pSzqNVCB5gomomBXb8o5sGKZxG2KNpaXM=
github.com/petr-muller/openshift-client-go v0.0.0-20240710134752-3867934647d5 h1:Tr7f57HyNH18hPuLgUX+NbbeyrmToV5R2UtqGQEgIlM=
github.com/petr-muller/openshift-client-go v0.0.0-20240710134752-3867934647d5/go.mod h1:Pvzjula0DEAwkhPewMW99PrOTrIfXIYu0F1V/b6JwpE=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/profile v1.3.0 h1:OQIvuDgm00gWVWGTf4m4mCt6W1/0YqU7Ntg0mySWgaI=
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.

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.

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.

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

Loading

0 comments on commit 7c6886f

Please sign in to comment.