mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
171 lines
8.1 KiB
Modula-2
171 lines
8.1 KiB
Modula-2
module github.com/fluxcd/flux2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
|
|
github.com/cyphar/filepath-securejoin v0.2.3
|
|
github.com/fluxcd/go-git-providers v0.6.0
|
|
github.com/fluxcd/helm-controller/api v0.22.1
|
|
github.com/fluxcd/image-automation-controller/api v0.23.4
|
|
github.com/fluxcd/image-reflector-controller/api v0.19.2
|
|
github.com/fluxcd/kustomize-controller/api v0.26.1
|
|
github.com/fluxcd/notification-controller/api v0.24.0
|
|
github.com/fluxcd/pkg/apis/meta v0.14.2
|
|
github.com/fluxcd/pkg/kustomize v0.5.2
|
|
github.com/fluxcd/pkg/runtime v0.16.2
|
|
github.com/fluxcd/pkg/ssa v0.17.0
|
|
github.com/fluxcd/pkg/ssh v0.5.0
|
|
github.com/fluxcd/pkg/untar v0.1.0
|
|
github.com/fluxcd/pkg/version v0.1.0
|
|
github.com/fluxcd/source-controller/api v0.25.8
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/gonvenience/bunt v1.3.4
|
|
github.com/gonvenience/ytbx v1.4.4
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/google/go-containerregistry v0.9.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/homeport/dyff v1.5.4
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/theckman/yacspin v0.13.12
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
|
|
k8s.io/api v0.24.1
|
|
k8s.io/apiextensions-apiserver v0.24.1
|
|
k8s.io/apimachinery v0.24.1
|
|
k8s.io/cli-runtime v0.24.1
|
|
k8s.io/client-go v0.24.1
|
|
k8s.io/kubectl v0.24.1
|
|
sigs.k8s.io/cli-utils v0.31.2
|
|
sigs.k8s.io/controller-runtime v0.11.2
|
|
sigs.k8s.io/kustomize/api v0.11.5
|
|
sigs.k8s.io/kustomize/kyaml v0.13.7
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
// Fix CVE-2022-28948
|
|
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
|
|
|
|
require (
|
|
cloud.google.com/go v0.99.0 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
|
|
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fluxcd/pkg/apis/acl v0.0.3 // indirect
|
|
github.com/fluxcd/pkg/apis/kustomize v0.4.2 // indirect
|
|
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/go-errors/errors v1.0.1 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.5 // indirect
|
|
github.com/go-openapi/swag v0.19.14 // 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/gonvenience/neat v1.3.10 // indirect
|
|
github.com/gonvenience/term v1.0.2 // indirect
|
|
github.com/gonvenience/text v1.0.7 // indirect
|
|
github.com/gonvenience/wrap v1.1.1 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
|
github.com/google/go-github/v42 v42.0.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // 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/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // 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 v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-ps v1.0.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/mitchellh/hashstructure v1.1.0 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // 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/onsi/gomega v1.19.0 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.12.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/russross/blackfriday v1.5.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
|
|
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
|
|
github.com/xanzy/go-gitlab v0.58.0 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
|
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
|
|
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // 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
|
|
k8s.io/component-base v0.24.1 // indirect
|
|
k8s.io/klog/v2 v2.60.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661 // indirect
|
|
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
|
|
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
|
)
|