Skip to content

Commit

Permalink
Pteudo 1658 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrorichardtoledo authored Nov 14, 2024
1 parent 011a62f commit 4e01456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY cmd/ cmd/
COPY api/ api/
COPY internal/controller/ internal/controller/
COPY internal/webhook/ internal/webhook/
COPY internal/metrics/ internal/metrics/
COPY pkg/ pkg/
# FIXME: config is for raw manifest yaml that we use in helm, remove this when possible
COPY config/ config/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/crossplane/crossplane-runtime v1.16.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-logr/logr v1.4.1
github.com/go-logr/zapr v1.3.0
github.com/lib/pq v1.10.9
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down Expand Up @@ -59,7 +60,6 @@ require (
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
Expand Down

0 comments on commit 4e01456

Please sign in to comment.