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.
24 lines
688 B
Modula-2
24 lines
688 B
Modula-2
module github.com/fluxcd/toolkit
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/fluxcd/kustomize-controller v0.0.1-beta.1
|
|
github.com/fluxcd/source-controller v0.0.1-beta.1
|
|
github.com/go-git/go-git/v5 v5.0.0
|
|
github.com/google/go-github/v32 v32.0.0
|
|
github.com/manifoldco/promptui v0.7.0
|
|
github.com/spf13/cobra v1.0.0
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
|
|
k8s.io/api v0.18.2
|
|
k8s.io/apimachinery v0.18.2
|
|
k8s.io/client-go v0.18.2
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
|
sigs.k8s.io/kustomize/api v0.4.1
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
// fix AKS auth
|
|
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.0.1+incompatible
|