Bump minimum supported version of Go to 1.11

This commit is contained in:
Ajitem Sahasrabuddhe 2019-09-10 06:40:45 +05:30
parent 426e21c150
commit 534d60bb9b
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

2
go.mod
View File

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