Skip to content

Commit

Permalink
Don't use local lighthouse in coredns go.mod
Browse files Browse the repository at this point in the history
This is a temporary workaround to avoid a limitation in Cachito.

https://issues.redhat.com/browse/CLOUDBLD-10559

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 authored and tpantelis committed Jul 15, 2022
1 parent c454961 commit f0633b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions coredns/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.2
github.com/submariner-io/admiral v0.13.0-rc2
github.com/submariner-io/lighthouse v0.13.0-m1
github.com/submariner-io/lighthouse v0.13.0-rc2
golang.org/x/tools v0.1.7 // indirect
k8s.io/api v0.21.11
k8s.io/apimachinery v0.21.11
Expand All @@ -21,5 +21,8 @@ require (
sigs.k8s.io/mcs-api v0.1.0
)

// Pin to a non-local version of lighthouse. This is not ideal, but there's a limitation in Cachito.
// This will hopefully be fixed, but need a workaround for now.
// https://issues.redhat.com/browse/CLOUDBLD-10559
// Local project
replace github.com/submariner-io/lighthouse => ../
// replace github.com/submariner-io/lighthouse => ../
2 changes: 2 additions & 0 deletions coredns/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMT
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/submariner-io/admiral v0.13.0-rc2 h1:NvVUdgL1Zt/gzyXp4GcZheWJejtf2oiogWZ7qiKZa7I=
github.com/submariner-io/admiral v0.13.0-rc2/go.mod h1:ZRuSTYk6P8+TU8cUQLF8mqDHUZdcjSrAQNMwajbkbd4=
github.com/submariner-io/lighthouse v0.13.0-rc2 h1:MSGzqVRPUjm1rwwTKBVTi8mhaKX9Qm/sOPZU1AGcLlE=
github.com/submariner-io/lighthouse v0.13.0-rc2/go.mod h1:zzYze3ui+vkKJL98HqiHWFBM4qxGBef3BVXDIP/VGO0=
github.com/submariner-io/shipyard v0.13.0-rc2/go.mod h1:QC3tq6LKRCaavN3/pGw/QqSVIsVJKA9rbmNueihTydE=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/timewasted/linode v0.0.0-20160829202747-37e84520dcf7/go.mod h1:imsgLplxEC/etjIhdr3dNzV3JeT27LbVu5pYWm0JCBY=
Expand Down

0 comments on commit f0633b1

Please sign in to comment.