File tree Expand file tree Collapse file tree 5 files changed +381
-145
lines changed
Expand file tree Collapse file tree 5 files changed +381
-145
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ manifests: controller-gen
5454api-docs : gen-crd-api-reference-docs
5555 $(API_REF_GEN ) -api-dir=./api/v1beta1 -config=./hack/api-docs/config.json -template-dir=./hack/api-docs/template -out-file=./docs/api/source.md
5656
57+ # Run go mod tidy
58+ tidy :
59+ go mod tidy
60+ cd api; go mod tidy
61+
5762# Run go fmt against code
5863fmt :
5964 go fmt ./...
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/fluxcd/source-controller/api
33go 1.15
44
55require (
6- github.com/fluxcd/pkg/apis/meta v0.5 .0
7- k8s.io/api v0.19.4
8- k8s.io/apimachinery v0.19.4
9- sigs.k8s.io/controller-runtime v0.7 .0
6+ github.com/fluxcd/pkg/apis/meta v0.6 .0
7+ k8s.io/api v0.20.2
8+ k8s.io/apimachinery v0.20.2
9+ sigs.k8s.io/controller-runtime v0.8 .0
1010)
You can’t perform that action at this time.
0 commit comments