Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 07f4a62

Browse files
authored
fix build (#32)
1 parent 5047a5f commit 07f4a62

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN go mod download
1515
COPY cmd/main.go cmd/main.go
1616
COPY api/ api/
1717
COPY internal/tenant_controller/ internal/tenant_controller/
18-
COPY pkg/ pkg/
1918

2019
# Build
2120
# the GOARCH has not a default value to allow the binary be built according to the host where the command

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/parseablehq/operator
33
go 1.19
44

55
require (
6+
github.com/datainfrahq/operator-runtime v0.0.0-20230416210109-3014824613c2
67
github.com/go-logr/logr v1.2.4
78
github.com/onsi/ginkgo/v2 v2.9.2
89
github.com/onsi/gomega v1.27.6
9-
github.com/datainfrahq/operator-runtime v0.0.0-20230416210109-3014824613c2
1010
k8s.io/api v0.26.3
1111
k8s.io/apimachinery v0.26.3
1212
k8s.io/client-go v0.26.3

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ github.com/onsi/ginkgo/v2 v2.9.2 h1:BA2GMJOtfGAfagzYtrAlufIP0lq6QERkFmHLMLPwFSU=
127127
github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts=
128128
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
129129
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=
132130
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
133131
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
134132
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)