This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.0.0-rc7
- Loading branch information
Showing
25 changed files
with
280 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,20 @@ module github.com/fluxcd/helm-operator | |
go 1.13 | ||
|
||
require ( | ||
github.com/bugsnag/bugsnag-go v1.5.3 // indirect | ||
github.com/fluxcd/flux v1.15.0 | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/fluxcd/flux v1.17.1-0.20200109130101-ca3e8f451dd0 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-kit/kit v0.9.0 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/google/go-cmp v0.3.1 | ||
github.com/gorilla/handlers v1.4.2 // indirect | ||
github.com/gorilla/mux v1.7.1 | ||
github.com/gosuri/uitable v0.0.3 // indirect | ||
github.com/instrumenta/kubeval v0.0.0-20190804145309-805845b47dfc | ||
github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/prometheus/client_golang v1.2.1 | ||
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/yvasiyarov/gorelic v0.0.7 // indirect | ||
google.golang.org/grpc v1.24.0 | ||
helm.sh/helm/v3 v3.0.2 | ||
k8s.io/api v0.0.0-20191016110408-35e52d86657a // kubernetes-1.16.2 | ||
|
@@ -29,7 +26,6 @@ require ( | |
k8s.io/helm v2.16.1+incompatible | ||
k8s.io/klog v1.0.0 | ||
k8s.io/kubectl v0.0.0-20191016120415-2ed914427d51 // kubernetes-1.16.2 | ||
rsc.io/letsencrypt v0.0.3 // indirect | ||
) | ||
|
||
// Transitive requirement from Flux: remove when https://github.com/docker/distribution/pull/2905 is released. | ||
|
@@ -47,3 +43,6 @@ replace github.com/docker/docker => github.com/docker/docker v0.7.3-0.2019032701 | |
// +-> github.com/weaveworks/[email protected] | ||
// +-> k8s.io/[email protected]+incompatible | ||
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191016111102-bec269661e48 // kubernetes-1.16.2 | ||
|
||
// Pin Flux to kube-1.16 branch to break weaveworks/flux circular dependency (to be removed on Flux 1.18) | ||
replace github.com/fluxcd/flux => github.com/fluxcd/flux v1.17.1-0.20200109130101-ca3e8f451dd0 |
Oops, something went wrong.