Skip to content

Commit 76135c9

Browse files
authored
chore: re-pin API module (#897)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 1ea0b6b commit 76135c9

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

build/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ COPY go.mod go.mod
77
COPY 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
1110
RUN go mod download
1211

1312
# Copy the go source

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ require (
3333

3434
replace 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-
3836
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.84.0-rhobs1 h1:N
380380
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.84.0-rhobs1/go.mod h1:XhxzqYHJ7vGkIelrVaNZeLp2pgj91HNuiRgPdj7S+yI=
381381
github.com/rhobs/obo-prometheus-operator/pkg/client v0.84.0-rhobs1 h1:R8JvmUX4FkC304JEh43TgUbmAXuFwBAWSZlHXB0AVew=
382382
github.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=
383385
github.com/rhobs/perses v0.0.0-20250612171017-5d7686af9ae4 h1:IxpxGJ/fbnRkZZYFm17NMedFyEuOKuf4TS23g+6jMvU=
384386
github.com/rhobs/perses v0.0.0-20250612171017-5d7686af9ae4/go.mod h1:Mxs4sXawWiV50qokKG1UZCV9NJEdJWsALY71/z38NKA=
385387
github.com/rhobs/perses-operator v0.1.10-0.20250612173146-78eb619430df h1:rwtqpvrowEF6EjSiO3PPcqC6s2jo7NU3VsGU6yrpxTg=

test/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ WORKDIR ${PKG}
66

77
COPY go.mod go.mod
88
COPY 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

0 commit comments

Comments
 (0)