File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ COPY go.mod go.mod
77COPY go.sum go.sum
88# cache deps before building and copying source so that we don't need to re-download as much
99# and so that source changes don't invalidate our downloaded layer
10- COPY pkg/apis/go.mod pkg/apis/go.mod
1110RUN go mod download
1211
1312# Copy the go source
Original file line number Diff line number Diff line change @@ -33,10 +33,7 @@ require (
3333
3434replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240404200104-96ed2d49b255
3535
36- replace github.com/rhobs/observability-operator/pkg/apis v0.0.0-unpublished => ./pkg/apis
37-
3836require (
39- github.com/rhobs/observability-operator/pkg/apis v0.0.0-unpublished
4037 github.com/rhobs/perses v0.0.0-20250612171017-5d7686af9ae4
4138 github.com/rhobs/perses-operator v0.1.10-0.20250612173146-78eb619430df
4239 github.com/stretchr/testify v1.11.1
@@ -120,6 +117,7 @@ require (
120117 github.com/prometheus/procfs v0.17.0 // indirect
121118 github.com/prometheus/prometheus v0.304.2 // indirect
122119 github.com/rhobs/obo-prometheus-operator/pkg/client v0.84.0-rhobs1 // indirect
120+ github.com/rhobs/observability-operator/pkg/apis v0.0.0-20251002144945-36f5667d6b8d // indirect
123121 github.com/shopspring/decimal v1.4.0 // indirect
124122 github.com/sirupsen/logrus v1.9.3 // indirect
125123 github.com/spf13/cobra v1.9.1 // indirect
Original file line number Diff line number Diff line change @@ -380,6 +380,8 @@ github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.84.0-rhobs1 h1:N
380380github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.84.0-rhobs1 /go.mod h1:XhxzqYHJ7vGkIelrVaNZeLp2pgj91HNuiRgPdj7S+yI =
381381github.com/rhobs/obo-prometheus-operator/pkg/client v0.84.0-rhobs1 h1:R8JvmUX4FkC304JEh43TgUbmAXuFwBAWSZlHXB0AVew =
382382github.com/rhobs/obo-prometheus-operator/pkg/client v0.84.0-rhobs1 /go.mod h1:nc3DIXRuOYsEybYMdcH2V9BG2xSqtTFRq6Lcd1lOZYk =
383+ github.com/rhobs/observability-operator/pkg/apis v0.0.0-20251002144945-36f5667d6b8d h1:D0Eq4ZLDqLcy1TqNsrM+7pdhdzZDYHlPEG44HRPgC/o =
384+ github.com/rhobs/observability-operator/pkg/apis v0.0.0-20251002144945-36f5667d6b8d /go.mod h1:bNP815/mCv8ydNQ2Q3a9gqlx9b2XouWa6hws9vthq78 =
383385github.com/rhobs/perses v0.0.0-20250612171017-5d7686af9ae4 h1:IxpxGJ/fbnRkZZYFm17NMedFyEuOKuf4TS23g+6jMvU =
384386github.com/rhobs/perses v0.0.0-20250612171017-5d7686af9ae4 /go.mod h1:Mxs4sXawWiV50qokKG1UZCV9NJEdJWsALY71/z38NKA =
385387github.com/rhobs/perses-operator v0.1.10-0.20250612173146-78eb619430df h1:rwtqpvrowEF6EjSiO3PPcqC6s2jo7NU3VsGU6yrpxTg =
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ WORKDIR ${PKG}
66
77COPY go.mod go.mod
88COPY go.sum go.sum
9- COPY pkg/apis/go.mod pkg/apis/go.mod
109#
1110# cache deps before building and copying source so that we don't need to re-download as much
1211# and so that source changes don't invalidate our downloaded layer
You can’t perform that action at this time.
0 commit comments