Lower support to GoLang compiler version 1.10

This commit is contained in:
Lauris BH 2019-08-07 11:21:31 +03:00 committed by GitHub
parent 1f4473209d
commit 3a41d6d785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

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