-
Notifications
You must be signed in to change notification settings - Fork 246
Update go.mod with new location of the Alizer library
#6962
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
Update go.mod with new location of the Alizer library
#6962
Conversation
🔨 Deploy Preview deleted from internal cluster!
|
|
Skipping CI for Draft Pull Request. |
go.mod with new location of the Alizer librarygo.mod with new location of the Alizer library
…tributions}'
Pinning it to the version we had before.
Otherwise, there were issues when running 'go mod tidy':
```
$ go mod tidy
go: downloading github.com/operator-framework/api v0.17.6
go: finding module for package github.com/docker/docker/pkg/term
github.com/redhat-developer/odo/pkg/auth imports
github.com/openshift/oc/pkg/cli/login imports
github.com/openshift/oc/pkg/helpers/term imports
github.com/docker/docker/pkg/term: module
github.com/docker/docker@latest found
(v24.0.4+incompatible), but does not contain
package github.com/docker/docker/pkg/term
```
7a36ed1 to
8fbafa6
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
Port conflict issue on Windows - reported in #6939 /override windows-integration-test/Windows-test |
|
@rm3l: Overrode contexts on behalf of rm3l: windows-integration-test/Windows-test DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |








What type of PR is this:
/area dependency
/area refactoring
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6955
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: