Update go dependencies

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-19 00:10:16 -03:00
parent f9624cbe46
commit 307bf76454
280 changed files with 54728 additions and 2991 deletions

57
vendor/modules.txt vendored
View file

@ -17,6 +17,8 @@ github.com/BurntSushi/toml
github.com/PuerkitoBio/purell
# github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
github.com/PuerkitoBio/urlesc
# github.com/ajg/form v1.5.1
github.com/ajg/form
# github.com/armon/go-proxyproto v0.0.0-20200108142055-f0b8253b1507
github.com/armon/go-proxyproto
# github.com/beorn7/perks v1.0.1
@ -41,6 +43,8 @@ github.com/emicklei/go-restful
github.com/emicklei/go-restful/log
# github.com/evanphx/json-patch v4.5.0+incompatible
github.com/evanphx/json-patch
# github.com/fatih/structs v1.1.0
github.com/fatih/structs
# github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/fullsailor/pkcs7
# github.com/ghodss/yaml v1.0.0
@ -80,6 +84,8 @@ github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/flags
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
# github.com/google/go-querystring v1.0.0
github.com/google/go-querystring/query
# github.com/google/gofuzz v1.0.0
github.com/google/gofuzz
# github.com/google/uuid v1.1.1
@ -96,6 +102,8 @@ github.com/gophercloud/gophercloud/openstack/identity/v2/tokens
github.com/gophercloud/gophercloud/openstack/identity/v3/tokens
github.com/gophercloud/gophercloud/openstack/utils
github.com/gophercloud/gophercloud/pagination
# github.com/gorilla/websocket v1.4.0
github.com/gorilla/websocket
# github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
github.com/gregjones/httpcache
github.com/gregjones/httpcache/diskcache
@ -110,10 +118,18 @@ github.com/hpcloud/tail/watch
github.com/hpcloud/tail/winfile
# github.com/imdario/mergo v0.3.7
github.com/imdario/mergo
# github.com/imkira/go-interpol v1.1.0
github.com/imkira/go-interpol
# github.com/inconshreveable/mousetrap v1.0.0
github.com/inconshreveable/mousetrap
# github.com/json-iterator/go v1.1.9
github.com/json-iterator/go
# github.com/klauspost/compress v1.4.1
github.com/klauspost/compress/flate
github.com/klauspost/compress/gzip
github.com/klauspost/compress/zlib
# github.com/klauspost/cpuid v1.2.0
github.com/klauspost/cpuid
# github.com/konsorten/go-windows-terminal-sequences v1.0.1
github.com/konsorten/go-windows-terminal-sequences
# github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
@ -141,6 +157,8 @@ github.com/mmarkdown/mmark/mparser
github.com/modern-go/concurrent
# github.com/modern-go/reflect2 v1.0.1
github.com/modern-go/reflect2
# github.com/moul/http2curl v1.0.0
github.com/moul/http2curl
# github.com/moul/pb v0.0.0-20180404114147-54bdd96e6a52
github.com/moul/pb/grpcbin/go-grpc
# github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833
@ -150,7 +168,7 @@ github.com/ncabatoff/process-exporter
github.com/ncabatoff/process-exporter/proc
# github.com/ncabatoff/procfs v0.0.0-20190407151002-9ced60d7b905
github.com/ncabatoff/procfs
# github.com/onsi/ginkgo v1.11.0
# github.com/onsi/ginkgo v1.12.0
github.com/onsi/ginkgo
github.com/onsi/ginkgo/config
github.com/onsi/ginkgo/internal/codelocation
@ -169,7 +187,7 @@ github.com/onsi/ginkgo/reporters/stenographer
github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable
github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty
github.com/onsi/ginkgo/types
# github.com/onsi/gomega v1.8.1
# github.com/onsi/gomega v1.7.1
github.com/onsi/gomega
github.com/onsi/gomega/format
github.com/onsi/gomega/gbytes
@ -189,12 +207,12 @@ github.com/opencontainers/runc/libcontainer/cgroups
github.com/opencontainers/runc/libcontainer/configs
# github.com/opencontainers/runtime-spec v1.0.0
github.com/opencontainers/runtime-spec/specs-go
# github.com/parnurzeal/gorequest v0.2.16
github.com/parnurzeal/gorequest
# github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/peterbourgon/diskv
# github.com/pkg/errors v0.9.1
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib
# github.com/prometheus/client_golang v1.4.0
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/internal
@ -209,14 +227,38 @@ github.com/prometheus/common/model
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/sergi/go-diff v1.0.0
github.com/sergi/go-diff/diffmatchpatch
# github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus
# github.com/spf13/cobra v0.0.5
github.com/spf13/cobra
# github.com/spf13/pflag v1.0.5
github.com/spf13/pflag
# github.com/stretchr/testify v1.4.0
github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# github.com/tallclair/mdtoc v0.0.0-20190627191617-4dc3d6f90813
github.com/tallclair/mdtoc
# github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/bytebufferpool
# github.com/valyala/fasthttp v1.2.0
github.com/valyala/fasthttp
github.com/valyala/fasthttp/fasthttputil
github.com/valyala/fasthttp/stackless
# github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
github.com/xeipuuv/gojsonpointer
# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
github.com/xeipuuv/gojsonreference
# github.com/xeipuuv/gojsonschema v1.2.0
github.com/xeipuuv/gojsonschema
# github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
github.com/yalp/jsonpath
# github.com/yudai/gojsondiff v1.0.0
github.com/yudai/gojsondiff
github.com/yudai/gojsondiff/formatter
# github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
github.com/yudai/golcs
# github.com/zakjan/cert-chain-resolver v0.0.0-20180703112424-6076e1ded272
github.com/zakjan/cert-chain-resolver/certUtil
# golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
@ -279,9 +321,6 @@ golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/imports
golang.org/x/tools/internal/module
golang.org/x/tools/internal/semver
# golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
golang.org/x/xerrors
golang.org/x/xerrors/internal
# gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
gonum.org/v1/gonum/blas
gonum.org/v1/gonum/blas/blas64
@ -358,6 +397,8 @@ google.golang.org/grpc/tap
gopkg.in/fsnotify.v1
# gopkg.in/fsnotify/fsnotify.v1 v1.4.7
gopkg.in/fsnotify/fsnotify.v1
# gopkg.in/gavv/httpexpect.v2 v2.0.0
gopkg.in/gavv/httpexpect.v2
# gopkg.in/go-playground/pool.v3 v3.1.1
gopkg.in/go-playground/pool.v3
# gopkg.in/inf.v0 v0.9.1
@ -799,8 +840,6 @@ k8s.io/utils/nsenter
k8s.io/utils/path
k8s.io/utils/pointer
k8s.io/utils/trace
# moul.io/http2curl v1.0.0
moul.io/http2curl
# pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
pault.ag/go/sniff/parser
# sigs.k8s.io/controller-runtime v0.4.0