diff options
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/.gitmodules')
-rw-r--r-- | vendor/github.com/Philipp15b/go-steam/.gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/.gitmodules b/vendor/github.com/Philipp15b/go-steam/.gitmodules index 117cc6e9..2964dcd1 100644 --- a/vendor/github.com/Philipp15b/go-steam/.gitmodules +++ b/vendor/github.com/Philipp15b/go-steam/.gitmodules @@ -1,3 +1,6 @@ [submodule "generator/SteamKit"] path = generator/SteamKit - url = https://github.com/Philipp15b/SteamKit.git + url = https://github.com/SteamRE/SteamKit.git +[submodule "generator/Protobufs"] + path = generator/Protobufs + url = https://github.com/SteamDatabase/Protobufs.git |