summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Philipp15b/go-steam/go.mod
blob: a16ac0b99d671c3cd905b0738e271990aa86f055 (plain) (blame)
1
2
3
4
5
6
7
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
)