Skip to content

Commit

Permalink
vendor(dependencies)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Péronnet <pierre.peronnet@ovhcloud.com>
  • Loading branch information
holyhope committed Jan 4, 2021
1 parent 1479fb9 commit 8e545ae
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 20 deletions.
31 changes: 17 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,45 @@ require (
cloud.google.com/go v0.58.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Venafi/vcert v0.0.0-20200310111556-eba67a23943f // indirect
github.com/go-kit/kit v0.10.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/logr v0.2.1-0.20200730175230-ee2de8da5be6
github.com/go-logr/zapr v0.1.1 // indirect
github.com/gobuffalo/flect v0.2.0 // indirect
github.com/goharbor/harbor/src v0.0.0-20200728051037-1d361a89a056
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/vault/api v1.0.4 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.10 // indirect
github.com/jaegertracing/jaeger-lib v2.2.0+incompatible
github.com/jetstack/cert-manager v0.15.2
github.com/jetstack/cert-manager v1.1.0
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/munnerz/crd-schema-fuzz v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/opentracing-contrib/go-stdlib v1.0.0
github.com/opentracing/opentracing-go v1.2.0
github.com/ovh/configstore v0.3.2
github.com/pavel-v-chernykh/keystore-go v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.0
github.com/prometheus/client_golang v1.7.1
github.com/sethvargo/go-password v0.1.3
github.com/sirupsen/logrus v1.6.0
github.com/uber/jaeger-client-go v2.24.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200620081246-981b61492c35 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/tools v0.0.0-20201223010750-3fa0e8f87c1a // indirect
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
k8s.io/api v0.18.4
k8s.io/apiextensions-apiserver v0.18.4 // indirect
k8s.io/apimachinery v0.18.4
k8s.io/client-go v0.18.4
k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19 // indirect
sigs.k8s.io/controller-runtime v0.6.1-0.20200528151803-676c350bd1f3
gopkg.in/ini.v1 v1.52.0 // indirect
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
sigs.k8s.io/controller-runtime v0.6.2
sigs.k8s.io/kustomize/kstatus v0.0.2
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 8e545ae

Please sign in to comment.