163 lines
7.4 KiB
Modula-2
163 lines
7.4 KiB
Modula-2
module github.com/fluxcd/image-automation-controller
|
|
|
|
go 1.18
|
|
|
|
replace github.com/fluxcd/image-automation-controller/api => ./api
|
|
|
|
// This lets us use `go-billy/util.Walk()`, as this function hasn't been released
|
|
// in a tagged version yet:
|
|
// https://github.com/go-git/go-billy/blob/e0768be422ff616fc042d1d62bfa65962f716ad8/util/walk.go#L59
|
|
replace github.com/go-git/go-billy/v5 => github.com/go-git/go-billy/v5 v5.3.2-0.20210603175951-e0768be422ff
|
|
|
|
require (
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20221206110420-d395f97c4830
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
|
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
|
|
github.com/cyphar/filepath-securejoin v0.2.3
|
|
github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4
|
|
github.com/fluxcd/image-automation-controller/api v0.27.0
|
|
github.com/fluxcd/image-reflector-controller/api v0.23.1
|
|
github.com/fluxcd/pkg/apis/acl v0.1.0
|
|
github.com/fluxcd/pkg/apis/event v0.2.0
|
|
github.com/fluxcd/pkg/apis/meta v0.18.0
|
|
github.com/fluxcd/pkg/git v0.7.0
|
|
github.com/fluxcd/pkg/git/gogit v0.4.0
|
|
github.com/fluxcd/pkg/gittestserver v0.8.0
|
|
github.com/fluxcd/pkg/runtime v0.24.0
|
|
github.com/fluxcd/pkg/ssh v0.7.0
|
|
github.com/fluxcd/source-controller/api v0.33.0
|
|
github.com/go-git/go-billy/v5 v5.3.1
|
|
github.com/go-logr/logr v1.2.3
|
|
github.com/google/go-containerregistry v0.12.1
|
|
github.com/onsi/gomega v1.24.2
|
|
github.com/otiai10/copy v1.9.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/crypto v0.4.0
|
|
k8s.io/api v0.25.4
|
|
k8s.io/apimachinery v0.25.4
|
|
k8s.io/client-go v0.25.4
|
|
k8s.io/kube-openapi v0.0.0-20221110221610-a28e98eb7c70
|
|
sigs.k8s.io/controller-runtime v0.13.1
|
|
sigs.k8s.io/kustomize/kyaml v0.13.9
|
|
)
|
|
|
|
// Fix CVE-2022-32149
|
|
replace golang.org/x/text => golang.org/x/text v0.4.0
|
|
|
|
// Fix CVE-2022-1996 (for v2, Go Modules incompatible)
|
|
replace github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.16.0+incompatible
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.10.0 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
|
github.com/Microsoft/go-winio v0.6.0 // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
|
github.com/cloudflare/circl v1.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
|
|
github.com/fluxcd/gitkit v0.6.0 // indirect
|
|
github.com/fluxcd/pkg/version v0.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-logr/zapr v1.2.3 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.3.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20221105221325-4eb28fa6025c // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pjbgf/sha1cd v0.2.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/russross/blackfriday v1.6.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/skeema/knownhosts v1.1.0 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/cobra v1.6.1 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.2 // indirect
|
|
github.com/xlab/treeprint v1.1.0 // indirect
|
|
go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.23.0 // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/net v0.4.0 // indirect
|
|
golang.org/x/oauth2 v0.2.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/term v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
golang.org/x/time v0.2.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gotest.tools/v3 v3.1.0 // indirect
|
|
k8s.io/apiextensions-apiserver v0.25.4 // indirect
|
|
k8s.io/cli-runtime v0.25.4 // indirect
|
|
k8s.io/component-base v0.25.4 // indirect
|
|
k8s.io/klog/v2 v2.80.1 // indirect
|
|
k8s.io/kubectl v0.25.4 // indirect
|
|
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect
|
|
sigs.k8s.io/cli-utils v0.34.0 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/kustomize/api v0.12.1 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|