|
|
@@ -5,35 +5,31 @@ go 1.14
|
|
|
require (
|
|
|
cloud.google.com/go v0.65.0
|
|
|
github.com/Azure/go-autorest/autorest v0.11.1 // indirect
|
|
|
+ github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
github.com/aws/aws-sdk-go v1.31.6
|
|
|
- github.com/containerd/containerd v1.4.1
|
|
|
- github.com/cosmtrek/air v1.21.2 // indirect
|
|
|
- github.com/creack/pty v1.1.11 // indirect
|
|
|
- github.com/danieljoos/wincred v1.1.0 // indirect
|
|
|
+ github.com/containerd/containerd v1.4.1 // indirect
|
|
|
+ github.com/coreos/rkt v1.30.0
|
|
|
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
|
|
|
- github.com/docker/docker-credential-helpers v0.6.3
|
|
|
github.com/docker/go-connections v0.4.0
|
|
|
- github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect
|
|
|
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
|
|
|
github.com/fatih/color v1.9.0
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
|
- github.com/go-chi/cors v1.1.1
|
|
|
github.com/go-playground/locales v0.13.0
|
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
|
github.com/go-playground/validator/v10 v10.3.0
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
|
- github.com/go-redis/redis/v8 v8.4.4
|
|
|
+ github.com/go-redis/redis/v7 v7.4.0
|
|
|
+ github.com/go-redis/redis/v8 v8.3.1
|
|
|
github.com/go-test/deep v1.0.7
|
|
|
- github.com/google/go-cmp v0.5.4
|
|
|
- github.com/google/go-containerregistry v0.1.4
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
|
- github.com/google/go-github/v32 v32.1.0
|
|
|
+ github.com/google/go-querystring v1.0.0 // indirect
|
|
|
+ github.com/googleapis/gnostic v0.2.2 // indirect
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
- github.com/hashicorp/consul/api v1.3.0
|
|
|
+ github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
|
github.com/itchyny/gojq v0.11.1
|
|
|
github.com/itchyny/timefmt-go v0.1.1 // indirect
|
|
|
@@ -41,40 +37,44 @@ require (
|
|
|
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
|
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
|
+ github.com/kr/text v0.2.0 // indirect
|
|
|
github.com/kris-nova/logger v0.0.0-20181127235838-fd0d87064b06
|
|
|
github.com/kris-nova/lolgopher v0.0.0-20180921204813-313b3abb0d9b // indirect
|
|
|
- github.com/mattn/go-colorable v0.1.7 // indirect
|
|
|
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
+ github.com/onsi/ginkgo v1.14.2 // indirect
|
|
|
+ github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
github.com/rs/zerolog v1.20.0
|
|
|
- github.com/sirupsen/logrus v1.7.0
|
|
|
+ github.com/sirupsen/logrus v1.7.0 // indirect
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
github.com/spf13/viper v1.4.0
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
+ go.opentelemetry.io/otel v0.13.0 // indirect
|
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
|
|
+ golang.org/x/exp v0.0.0-20200908183739-ae8ad444f925 // indirect
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
|
- golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
|
|
|
+ golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6 // indirect
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
|
google.golang.org/api v0.30.0
|
|
|
google.golang.org/genproto v0.0.0-20201014134559-03b6142f0dc9
|
|
|
google.golang.org/grpc v1.33.0 // indirect
|
|
|
- gopkg.in/go-playground/validator.v9 v9.31.0
|
|
|
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
|
gorm.io/driver/postgres v1.0.2
|
|
|
gorm.io/driver/sqlite v1.1.3
|
|
|
gorm.io/gorm v1.20.2
|
|
|
- helm.sh/helm v2.16.12+incompatible
|
|
|
+ gotest.tools/v3 v3.0.3 // indirect
|
|
|
helm.sh/helm/v3 v3.3.4
|
|
|
k8s.io/api v0.18.8
|
|
|
k8s.io/apimachinery v0.18.8
|
|
|
k8s.io/cli-runtime v0.18.8
|
|
|
k8s.io/client-go v0.18.8
|
|
|
- k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac // indirect
|
|
|
k8s.io/helm v2.16.12+incompatible
|
|
|
k8s.io/klog/v2 v2.2.0 // indirect
|
|
|
k8s.io/utils v0.0.0-20200912215256-4140de9c8800 // indirect
|
|
|
+ rsc.io/letsencrypt v0.0.3 // indirect
|
|
|
sigs.k8s.io/aws-iam-authenticator v0.5.2
|
|
|
- sigs.k8s.io/structured-merge-diff/v4 v4.0.1 // indirect
|
|
|
sigs.k8s.io/yaml v1.2.0
|
|
|
)
|
|
|
|