Support also GoLang 1.11 compiler

This commit is contained in:
Lauris BH
2019-08-07 11:06:15 +03:00
committed by GitHub
parent b6f7dd9359
commit e3fa7e8566

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/urfave/cli
go 1.12
go 1.11
require (
github.com/BurntSushi/toml v0.3.1