mirror of https://github.com/fluxcd/cli-utils.git
56 lines
2.5 KiB
Modula-2
56 lines
2.5 KiB
Modula-2
module sigs.k8s.io/cli-experimental
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/ocagent v0.4.9 // indirect
|
|
github.com/Azure/go-autorest v11.7.0+incompatible // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/evanphx/json-patch v4.1.0+incompatible
|
|
github.com/go-logr/logr v0.1.0 // indirect
|
|
github.com/go-logr/zapr v0.1.1 // indirect
|
|
github.com/go-openapi/spec v0.19.0 // indirect
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
github.com/golang/mock v1.2.0 // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/google/wire v0.2.2-0.20190423202733-d079521b6f51
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/gophercloud/gophercloud v0.0.0-20190328150603-33e54f40ffcf // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.8.0
|
|
github.com/onsi/gomega v1.5.0
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/stretchr/testify v1.3.0
|
|
go.opencensus.io v0.19.2 // indirect
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.9.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 // indirect
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
|
golang.org/x/sys v0.0.0-20190506115046-ca7f33d4116e // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
gopkg.in/src-d/go-git.v4 v4.10.0
|
|
k8s.io/api v0.0.0-20190327184913-92d2ee7fc726
|
|
k8s.io/apiextensions-apiserver v0.0.0-20190328030136-8ada4fd07db4
|
|
k8s.io/apimachinery v0.0.0-20190326224424-4ceb6b6c5db5
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
k8s.io/klog v0.2.0 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20190320154901-5e45bb682580 // indirect
|
|
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
|
|
sigs.k8s.io/controller-runtime v0.1.10
|
|
sigs.k8s.io/kustomize v0.0.0-20190501180958-e42933ec54ce
|
|
sigs.k8s.io/testing_frameworks v0.1.1 // indirect
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|