soccer-bot/.gitmodules

26 lines
1.2 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