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:
@@ -10,7 +10,7 @@ import (
|
||||
"reflect"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
type tomlMap struct {
|
||||
|
||||
Reference in New Issue
Block a user