Skip to content

Commit

Permalink
Update dependencies to k8s 1.16.3
Browse files Browse the repository at this point in the history
Update k8s/client-go, api, apimachinery and apiserver to k8s 1.16.3. Tests of some legacy code was fixed and `ssl_test`, which also belongs to the legacy part, was removed due to the effort of the migration.
  • Loading branch information
jcmoraisjr committed Dec 4, 2019
1 parent 1f903f7 commit 5ed2382
Show file tree
Hide file tree
Showing 13 changed files with 374 additions and 493 deletions.
81 changes: 29 additions & 52 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,35 @@ module github.com/jcmoraisjr/haproxy-ingress
go 1.13

require (
github.com/Masterminds/semver v1.4.3-0.20180807142431-c84ddcca87bf
github.com/Masterminds/sprig v2.16.0+incompatible
github.com/PuerkitoBio/purell v1.0.0
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2
github.com/aokoli/goutils v1.0.1
github.com/beorn7/perks v0.0.0-20160229213445-3ac7bf7a47d1
github.com/davecgh/go-spew v1.1.1-0.20170626231645-782f4967f2dc
github.com/emicklei/go-restful v1.1.4-0.20170410110728-ff4f55a20633
github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7
github.com/google/btree v0.0.0-20160524151835-7d79101e329e
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367
github.com/google/uuid v1.1.0
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7
github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/huandu/xstrings v1.2.1-0.20180906151751-8bbcf2f9ccb5
github.com/imdario/mergo v0.0.0-20171009183408-7fe0c75c13ab
github.com/json-iterator/go v0.0.0-20170829155851-36b14963da70
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a
github.com/matttproud/golang_protobuf_extensions v0.0.0-20150406173934-fc2b8d3a73c4
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v0.8.1-0.20170531130054-e7e903064f5e
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335
github.com/prometheus/common v0.0.0-20170427095455-13ba4ddd0caa
github.com/prometheus/procfs v0.0.0-20170519190837-65c1f6f8f0fc
github.com/spf13/pflag v1.0.0
golang.org/x/crypto v0.0.0-20170825220121-81e90905daef
golang.org/x/net v0.0.0-20170809000501-1c05540f6879
golang.org/x/sys v0.0.0-20170901181214-7ddbeae9ae08
golang.org/x/text v0.0.0-20170810154203-b19bf474d317
gopkg.in/fsnotify.v1 v1.4.2
github.com/huandu/xstrings v1.2.1 // indirect
github.com/imdario/mergo v0.3.5
github.com/json-iterator/go v1.1.8 // indirect
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/pool.v3 v3.1.1
gopkg.in/inf.v0 v0.9.0
gopkg.in/yaml.v2 v2.0.0-20150924142314-53feefa2559f
k8s.io/api v0.0.0-20170922112058-fe29995db376
k8s.io/apimachinery v0.0.0-20170925234155-019ae5ada31d
k8s.io/apiserver v0.0.0-20170716040924-7eb7a42b3f4b
k8s.io/client-go v5.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20170830100654-868f2f29720b
k8s.io/kubernetes v1.8.3
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.4
k8s.io/api v0.0.0-20191114100352-16d7abae0d2a
k8s.io/apimachinery v0.0.0-20191028221656-72ed19daf4bb
k8s.io/apiserver v0.0.0-20191114103151-9ca1dc586682
k8s.io/client-go v0.0.0-20191114101535-6c5935290e33
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f // indirect
)
Loading

0 comments on commit 5ed2382

Please sign in to comment.