diff options
author | Wim <wim@42.be> | 2020-10-11 23:07:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 23:07:00 +0200 |
commit | 2d98df61221e23b3be557d7b1931ee3d510ac32d (patch) | |
tree | 7898a2d3c2b3003bae97d50541443072046666f3 /vendor/github.com/Philipp15b/go-steam/go.mod | |
parent | 219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f (diff) | |
download | matterbridge-msglm-2d98df61221e23b3be557d7b1931ee3d510ac32d.tar.gz matterbridge-msglm-2d98df61221e23b3be557d7b1931ee3d510ac32d.tar.bz2 matterbridge-msglm-2d98df61221e23b3be557d7b1931ee3d510ac32d.zip |
Update vendor (#1257)
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/go.mod')
-rw-r--r-- | vendor/github.com/Philipp15b/go-steam/go.mod | 8 |
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 +) |