Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Attempted to resolve k8s dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Dec 14, 2020
1 parent 098c61e commit 2fe5237
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 14 deletions.
75 changes: 61 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,42 @@ require (
cloud.google.com/go v0.65.0
cloud.google.com/go/bigtable v1.5.0
cloud.google.com/go/storage v1.10.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
github.com/BurntSushi/toml v0.3.1
github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d // indirect
github.com/GoogleCloudPlatform/terraform-google-conversion v0.0.0-20201214181215-ffdc48f9ffd3
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
github.com/OneOfOne/xxhash v1.2.5
github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
github.com/agext/levenshtein v1.2.2
github.com/apparentlymart/go-cidr v1.0.1
github.com/apparentlymart/go-textseg v1.0.0
github.com/apparentlymart/go-versions v1.0.0 // indirect
github.com/armon/go-radix v1.0.0
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/aws/aws-sdk-go v1.31.9
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/bgentry/speakeasy v0.1.0
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.17+incompatible // indirect
github.com/coreos/go-oidc v2.1.0+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd // indirect
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 // indirect
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/color v1.7.0
github.com/forseti-security/config-validator v0.0.0-20200812033229-7388761cc9ca
github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92
github.com/ghodss/yaml v1.0.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/go-openapi/analysis v0.19.4
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/jsonpointer v0.19.3
Expand All @@ -34,15 +51,24 @@ require (
github.com/go-openapi/swag v0.19.5
github.com/go-openapi/validate v0.19.4
github.com/go-stack/stack v1.8.0
github.com/gobuffalo/flect v0.1.5 // indirect
github.com/gobwas/glob v0.2.3
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/protobuf v1.4.3
github.com/golangci/golangci-lint v1.18.0 // indirect
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
github.com/google/go-cmp v0.5.2
github.com/google/gofuzz v1.1.0
github.com/google/uuid v1.1.2
github.com/googleapis/gax-go/v2 v2.0.5
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/hashicorp/aws-sdk-go-base v0.5.0 // indirect
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-getter v1.5.0
Expand All @@ -56,17 +82,22 @@ require (
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.6.0
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform v0.13.0-beta1 // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7
github.com/hashicorp/terraform-plugin-sdk/v2 v2.3.0
github.com/hashicorp/terraform-provider-google/v3 v3.51.0
github.com/hashicorp/terraform-plugin-test/v2 v2.1.2 // indirect
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/imdario/mergo v0.3.9
github.com/inconshreveable/mousetrap v1.0.0
github.com/jmespath/go-jmespath v0.3.0
github.com/json-iterator/go v1.1.10
github.com/jstemmer/go-junit-report v0.9.1
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/lithammer/dedent v1.1.0 // indirect
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
github.com/masterzen/winrm v0.0.0-20200615185753-c42b5136ff88 // indirect
github.com/mattn/go-colorable v0.1.2
github.com/mattn/go-isatty v0.0.8
github.com/mitchellh/cli v1.1.1
Expand All @@ -75,31 +106,41 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.0.4
github.com/mitchellh/go-wordwrap v1.0.0
github.com/mitchellh/gox v1.0.1 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/reflectwalk v1.0.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/oklog/run v1.0.0
github.com/open-policy-agent/frameworks/constraint v0.0.0-20200127222620-69dff9b895a2
github.com/open-policy-agent/gatekeeper v0.0.0-20200130050101-a7990e5bc83a
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/open-policy-agent/opa v0.17.2
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/posener/complete v1.2.1
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/smallfish/simpleyaml v0.0.0-20170911015856-a32031077861 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stoewer/go-strcase v1.0.2
github.com/stretchr/testify v1.6.1
github.com/terraform-providers/terraform-provider-random v0.0.0-20190925200408-30dac3233094 // indirect
github.com/ulikunitz/xz v0.5.8
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b
github.com/zclconf/go-cty v1.5.1
github.com/zclconf/go-cty-yaml v1.0.2
go.etcd.io/bbolt v1.3.3 // indirect
go.mongodb.org/mongo-driver v1.1.1
go.opencensus.io v0.22.4
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
Expand All @@ -109,24 +150,30 @@ require (
golang.org/x/text v0.3.4
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20200904185747-39188db58858
gomodules.xyz/jsonpatch/v2 v2.0.1 // indirect
google.golang.org/api v0.35.0
google.golang.org/appengine v1.6.6
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
google.golang.org/grpc v1.32.0
gopkg.in/inf.v0 v0.9.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/square/go-jose.v2 v2.2.2 // indirect
gopkg.in/yaml.v2 v2.2.8
gotest.tools v2.2.0+incompatible // indirect
honnef.co/go/tools v0.0.1-2020.1.4
k8s.io/api v0.20.0
k8s.io/apiextensions-apiserver v0.16.4
k8s.io/apimachinery v0.20.0
k8s.io/apiserver v0.16.4
k8s.io/api v0.0.0-20190111032252-67edc246be36
k8s.io/apimachinery v0.16.4 // indirect
k8s.io/client-go v10.0.0+incompatible
k8s.io/component-base v0.16.4
k8s.io/klog v1.0.0
k8s.io/kubectl v0.16.4
k8s.io/utils v0.0.0-20200411171748-3d5a2fe318e4
sigs.k8s.io/controller-runtime v0.4.0
sigs.k8s.io/yaml v1.2.0
k8s.io/code-generator v0.16.4 // indirect
k8s.io/component-base v0.15.13-beta.0 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kubectl v0.15.13-beta.0 // indirect
k8s.io/utils v0.0.0-20200411171748-3d5a2fe318e4 // indirect
sigs.k8s.io/controller-runtime v0.2.0-alpha.0 // indirect
sigs.k8s.io/controller-tools v0.1.12 // indirect
sigs.k8s.io/kustomize v2.0.3+incompatible // indirect
sigs.k8s.io/structured-merge-diff v1.0.1 // indirect
sigs.k8s.io/testing_frameworks v0.1.2 // indirect
)

go 1.14
Loading

0 comments on commit 2fe5237

Please sign in to comment.