Update go mod for 1.14 (#5182)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-26 18:10:29 -03:00 committed by GitHub
parent a7fa4cd2ce
commit 28d0c6dc7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 95 additions and 2 deletions

3
go.mod
View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx
go 1.13
go 1.14
require (
github.com/ajg/form v1.5.1 // indirect
@ -43,7 +43,6 @@ require (
gopkg.in/gavv/httpexpect.v2 v2.0.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/pool.v3 v3.1.1
k8s.io/api v0.17.3
k8s.io/apiextensions-apiserver v0.17.3
k8s.io/apimachinery v0.17.3