From 51062863a5c34d81e296cf15c61140911037cf3b Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 6 Aug 2018 21:47:05 +0200 Subject: Use mod vendor for vendored directory (backwards compatible) --- vendor/github.com/Philipp15b/go-steam/.gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/github.com/Philipp15b/go-steam/.gitmodules (limited to 'vendor/github.com/Philipp15b/go-steam/.gitmodules') diff --git a/vendor/github.com/Philipp15b/go-steam/.gitmodules b/vendor/github.com/Philipp15b/go-steam/.gitmodules new file mode 100644 index 00000000..117cc6e9 --- /dev/null +++ b/vendor/github.com/Philipp15b/go-steam/.gitmodules @@ -0,0 +1,3 @@ +[submodule "generator/SteamKit"] + path = generator/SteamKit + url = https://github.com/Philipp15b/SteamKit.git -- cgit v1.2.3