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 16:03:06 UTC

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

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



##########
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:
       @astefanutti it can't be add to the required section as I didn't change an openshift api version, just fix it for correct download
   




----------------------------------------------------------------
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