soccer-bot/.gitmodules

35 lines
1.6 KiB
Plaintext

[submodule "vendor/github.com/icedream/go-footballdata"]
path = vendor/github.com/icedream/go-footballdata
url = https://github.com/icedream/go-footballdata.git
branch = develop
[submodule "vendor/github.com/stretchr/testify"]
path = vendor/github.com/stretchr/testify
url = https://github.com/stretchr/testify.git
[submodule "vendor/github.com/helmbold/richgo"]
path = vendor/github.com/helmbold/richgo
url = https://github.com/helmbold/richgo.git
[submodule "vendor/github.com/thoj/go-ircevent"]
path = vendor/github.com/thoj/go-ircevent
url = https://github.com/thoj/go-ircevent.git
[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
[submodule "vendor/github.com/alecthomas/template"]
path = vendor/github.com/alecthomas/template
url = https://github.com/alecthomas/template.git
[submodule "vendor/github.com/alecthomas/units"]
path = vendor/github.com/alecthomas/units
url = https://github.com/alecthomas/units.git
[submodule "vendor/github.com/mattn/go-runewidth"]
path = vendor/github.com/mattn/go-runewidth
url = https://github.com/mattn/go-runewidth.git