You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/15 13:32:58 UTC

[GitHub] [camel-k] astefanutti commented on a change in pull request #1767: Fix build issue with openshift API version in go.mod

astefanutti commented on a change in pull request #1767:
URL: https://github.com/apache/camel-k/pull/1767#discussion_r505544664



##########
File path: go.mod
##########
@@ -61,6 +61,8 @@ replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503
 // Using a fork that removes the https ping before using http in case of insecure registry (for Spectrum)
 replace github.com/google/go-containerregistry => github.com/nicolaferraro/go-containerregistry v0.0.0-20200428072705-e7aced86aca8
 
+replace github.com/openshift/api => github.com/openshift/api v0.0.0-20190927182313-d4a64ec2cbd8

Review comment:
       Can it be set directly in the require section, rather than via a `replace` statement?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org