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



##########
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:
       @dmvolod I mean changing:
   
   ```
   github.com/openshift/api v3.9.1-0.20190927182313-d4a64ec2cbd8+incompatible
   ```
   
   directly with:
   
   ```
   github.com/openshift/api v0.0.0-20190927182313-d4a64ec2cbd8
   ```




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to