This repository was archived by the owner on May 23, 2023. It is now read-only.
File tree 2 files changed +1
-5
lines changed 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ snapshot:
22
22
name_template : " {{ incpatch .Version }}-snapshot"
23
23
24
24
dockers :
25
- # TODO: Adjust image locations
26
25
- goarch : amd64
27
26
use : buildx
28
27
build_flag_templates :
@@ -38,8 +37,6 @@ dockers:
38
37
- " {{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:v{{ .Version }}-arm64"
39
38
40
39
docker_manifests :
41
- # TODO: Adjust image locations
42
-
43
40
# # ghcr.io
44
41
# For prereleases, updating `latest` does not make sense.
45
42
# Only the image for the exact version should be pushed.
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/crossplane-contrib/provider-kubernetes v0.7.0
7
7
github.com/crossplane/crossplane v1.11.2
8
- github.com/crossplane/crossplane-runtime v0.19.2
9
8
github.com/go-logr/logr v1.2.3
10
9
github.com/go-logr/zapr v1.2.3
11
10
github.com/stretchr/testify v1.8.1
@@ -22,6 +21,7 @@ require (
22
21
github.com/beorn7/perks v1.0.1 // indirect
23
22
github.com/cespare/xxhash/v2 v2.1.2 // indirect
24
23
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
24
+ github.com/crossplane/crossplane-runtime v0.19.2 // indirect
25
25
github.com/davecgh/go-spew v1.1.1 // indirect
26
26
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
27
27
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
@@ -55,7 +55,6 @@ require (
55
55
github.com/russross/blackfriday/v2 v2.1.0 // indirect
56
56
github.com/spf13/afero v1.8.0 // indirect
57
57
github.com/spf13/pflag v1.0.5 // indirect
58
- github.com/stretchr/testify v1.8.1 // indirect
59
58
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
60
59
go.uber.org/atomic v1.10.0 // indirect
61
60
go.uber.org/multierr v1.8.0 // indirect
You can’t perform that action at this time.
0 commit comments