13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-02 17:39:30 +00:00

deps: use go 1.16

This commit is contained in:
Rui Chen 2021-07-03 17:14:51 -04:00
parent 2e7c2bfe33
commit affc63bb18
2 changed files with 5 additions and 34 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/yannh/kubeconform
go 1.14
go 1.16
require (
github.com/beevik/etree v1.1.0