Updating to go 1.17 to fix CVE #944

This commit is contained in:
Mike Farah
2021-10-02 15:12:57 +10:00
parent e052ff8025
commit 989b11764d
4 changed files with 12 additions and 4 deletions
+9 -1
View File
@@ -14,4 +14,12 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
go 1.15
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
go 1.17