-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cli-utils to v0.25.1-0.20210603052138-670dee18a123
Signed-off-by: Stefan Prodan <[email protected]>
- Loading branch information
1 parent
6758396
commit 475f5ea
Showing
2 changed files
with
60 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,52 +9,37 @@ require ( | |
github.com/Microsoft/go-winio v0.4.16 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.2 | ||
github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603 | ||
github.com/fluxcd/kustomize-controller/api v0.12.0 | ||
github.com/fluxcd/kustomize-controller/api v0.12.2 | ||
github.com/fluxcd/pkg/apis/kustomize v0.0.1 | ||
github.com/fluxcd/pkg/apis/meta v0.9.0 | ||
github.com/fluxcd/pkg/runtime v0.11.0 | ||
github.com/fluxcd/pkg/testserver v0.0.2 | ||
github.com/fluxcd/pkg/untar v0.0.5 | ||
github.com/fluxcd/source-controller/api v0.12.1 | ||
github.com/fluxcd/source-controller/api v0.13.2 | ||
github.com/go-logr/logr v0.4.0 | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.6.8 | ||
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/onsi/ginkgo v1.15.0 | ||
github.com/onsi/gomega v1.10.5 | ||
github.com/onsi/ginkgo v1.16.2 | ||
github.com/onsi/gomega v1.12.0 | ||
github.com/spf13/pflag v1.0.5 | ||
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a | ||
go.mozilla.org/sops/v3 v3.7.1 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210326060303-6b1517762897 | ||
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 | ||
google.golang.org/grpc v1.27.1 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
k8s.io/api v0.21.1 | ||
k8s.io/apiextensions-apiserver v0.21.1 | ||
k8s.io/apimachinery v0.21.1 | ||
k8s.io/client-go v0.21.1 | ||
sigs.k8s.io/cli-utils/pkg/kstatus v0.0.0-00010101000000-000000000000 | ||
sigs.k8s.io/cli-utils/pkg/object v0.0.0-00010101000000-000000000000 | ||
sigs.k8s.io/controller-runtime v0.8.3 | ||
sigs.k8s.io/cli-utils v0.25.1-0.20210603052138-670dee18a123 | ||
sigs.k8s.io/controller-runtime v0.9.0-beta.5.0.20210524185538-7181f1162e79 | ||
sigs.k8s.io/kustomize/api v0.8.10 | ||
sigs.k8s.io/yaml v1.2.0 | ||
) | ||
|
||
// break away from cli-utils <-> kubectl <-> kustomize cyclic dependency nighmare | ||
//+-> sigs.k8s.io/[email protected] | ||
// +-> k8s.io/[email protected] | ||
// +-> k8s.io/[email protected] | ||
// +-> sigs.k8s.io/[email protected]+incompatible | ||
// +-> sigs.k8s.io/kustomize/[email protected] | ||
// +-> k8s.io/[email protected] | ||
// cli-utils fork: https://github.com/fluxcd/cli-utils/pull/1 | ||
replace ( | ||
sigs.k8s.io/cli-utils/pkg/kstatus => github.com/fluxcd/cli-utils/pkg/kstatus v0.0.0-20210525094726-b67dded2d6ab | ||
sigs.k8s.io/cli-utils/pkg/object => github.com/fluxcd/cli-utils/pkg/object v0.0.0-20210525094726-b67dded2d6ab | ||
) | ||
|
||
// breaking change in k8s.io/client-go/tools/[email protected] | ||
// *resultAdapter does not implement metrics.ResultMetric (wrong type for Increment method) | ||
// have Increment(string, string, string) | ||
|
Oops, something went wrong.