29 lines
989 B
Modula-2
29 lines
989 B
Modula-2
module github.com/fluxcd/image-automation-controller
|
|
|
|
go 1.15
|
|
|
|
replace github.com/fluxcd/image-automation-controller/api => ./api
|
|
|
|
require (
|
|
github.com/fluxcd/image-automation-controller/api v0.0.0-00010101000000-000000000000
|
|
github.com/fluxcd/image-reflector-controller v0.0.0-20200810165546-c2265d9b49b9
|
|
github.com/fluxcd/pkg/gittestserver v0.0.2
|
|
github.com/fluxcd/pkg/runtime v0.2.0
|
|
github.com/fluxcd/source-controller v0.2.2
|
|
// If you bump this, change TOOLKIT_VERSION in the Makefile to match
|
|
github.com/fluxcd/source-controller/api v0.2.2
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
|
github.com/go-git/go-git/v5 v5.1.0
|
|
github.com/go-logr/logr v0.2.1
|
|
github.com/go-openapi/spec v0.19.5
|
|
github.com/google/go-containerregistry v0.1.1
|
|
github.com/onsi/ginkgo v1.12.1
|
|
github.com/onsi/gomega v1.10.1
|
|
github.com/otiai10/copy v1.2.0
|
|
k8s.io/api v0.19.3
|
|
k8s.io/apimachinery v0.19.3
|
|
k8s.io/client-go v0.19.3
|
|
sigs.k8s.io/controller-runtime v0.6.3
|
|
sigs.k8s.io/kustomize/kyaml v0.4.1
|
|
)
|