vendor: bump to go 1.14

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-03-12 15:42:19 +01:00
parent 0a10dc921c
commit 77d0863ccc
30 changed files with 170 additions and 6549 deletions

4
go.mod
View File

@@ -1,5 +1,7 @@
module github.com/squat/kilo
go 1.14
require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/ant31/crd-validation v0.0.0-20180801212718-38f6a293f140
@@ -60,5 +62,3 @@ require (
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
)
go 1.13