This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Commit 07f4a62 1 parent 5047a5f commit 07f4a62 Copy full SHA for 07f4a62
File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ RUN go mod download
15
15
COPY cmd/main.go cmd/main.go
16
16
COPY api/ api/
17
17
COPY internal/tenant_controller/ internal/tenant_controller/
18
- COPY pkg/ pkg/
19
18
20
19
# Build
21
20
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ module github.com/parseablehq/operator
3
3
go 1.19
4
4
5
5
require (
6
+ github.com/datainfrahq/operator-runtime v0.0.0-20230416210109-3014824613c2
6
7
github.com/go-logr/logr v1.2.4
7
8
github.com/onsi/ginkgo/v2 v2.9.2
8
9
github.com/onsi/gomega v1.27.6
9
- github.com/datainfrahq/operator-runtime v0.0.0-20230416210109-3014824613c2
10
10
k8s.io/api v0.26.3
11
11
k8s.io/apimachinery v0.26.3
12
12
k8s.io/client-go v0.26.3
Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ github.com/onsi/ginkgo/v2 v2.9.2 h1:BA2GMJOtfGAfagzYtrAlufIP0lq6QERkFmHLMLPwFSU=
127
127
github.com/onsi/ginkgo/v2 v2.9.2 /go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts =
128
128
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE =
129
129
github.com/onsi/gomega v1.27.6 /go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg =
130
- github.com/parseablehq/parseable-operator v0.0.1 h1:prAkVOvsRyf5BAYX5BMcwJLdtziisaCs8vVZJBZZwxM =
131
- github.com/parseablehq/parseable-operator v0.0.1 /go.mod h1:pl3uFTDnzSdOOej6ujklr5IYc7rVvCQ6T9yddPhxFxw =
132
130
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
133
131
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
134
132
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments