Add go module support

This adds a go.{mod,sum} file to official support go modules.

Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
This commit is contained in:
Sascha Grunert
2019-08-03 12:55:06 +02:00
parent 1169906f57
commit 4627bbe109
13 changed files with 25 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import (
"reflect"
"github.com/BurntSushi/toml"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)
type tomlMap struct {