summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Philipp15b/go-steam/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/go.mod')
-rw-r--r--vendor/github.com/Philipp15b/go-steam/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/go.mod b/vendor/github.com/Philipp15b/go-steam/go.mod
new file mode 100644
index 00000000..a16ac0b9
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/go.mod
@@ -0,0 +1,8 @@
+module github.com/Philipp15b/go-steam
+
+go 1.14
+
+require (
+ github.com/davecgh/go-spew v1.1.1
+ github.com/golang/protobuf v1.4.2
+)