diff --git a/.gitmodules b/.gitmodules index 59e0fb7..d575144 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,12 @@ [submodule "vendor/github.com/patrickmn/go-cache"] path = vendor/github.com/patrickmn/go-cache url = https://github.com/patrickmn/go-cache.git +[submodule "vendor/github.com/dustin/go-humanize"] + path = vendor/github.com/dustin/go-humanize + url = https://github.com/dustin/go-humanize.git +[submodule "vendor/github.com/olekukonko/tablewriter"] + path = vendor/github.com/olekukonko/tablewriter + url = https://github.com/olekukonko/tablewriter.git +[submodule "vendor/github.com/alecthomas/kingpin"] + path = vendor/github.com/alecthomas/kingpin + url = https://github.com/alecthomas/kingpin.git diff --git a/main.go b/main.go index b3cafc2..5f202a5 100644 --- a/main.go +++ b/main.go @@ -12,11 +12,11 @@ import ( "net/http" + "github.com/alecthomas/kingpin" "github.com/dustin/go-humanize" "github.com/icedream/go-footballdata" "github.com/olekukonko/tablewriter" "github.com/thoj/go-ircevent" - "gopkg.in/alecthomas/kingpin.v2" "git.icedream.tech/icedream/soccer-bot/antispam" "git.icedream.tech/icedream/soccer-bot/manager" diff --git a/vendor/github.com/alecthomas/kingpin b/vendor/github.com/alecthomas/kingpin new file mode 160000 index 0000000..a395891 --- /dev/null +++ b/vendor/github.com/alecthomas/kingpin @@ -0,0 +1 @@ +Subproject commit a39589180ebd6bbf43076e514b55f20a95d43086 diff --git a/vendor/github.com/dustin/go-humanize b/vendor/github.com/dustin/go-humanize new file mode 160000 index 0000000..02af396 --- /dev/null +++ b/vendor/github.com/dustin/go-humanize @@ -0,0 +1 @@ +Subproject commit 02af3965c54e8cacf948b97fef38925c4120652c diff --git a/vendor/github.com/olekukonko/tablewriter b/vendor/github.com/olekukonko/tablewriter new file mode 160000 index 0000000..d4647c9 --- /dev/null +++ b/vendor/github.com/olekukonko/tablewriter @@ -0,0 +1 @@ +Subproject commit d4647c9c7a84d847478d890b816b7d8b62b0b279