-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 893 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/eisengrind/steamtrader
go 1.13
require (
github.com/Philipp15b/go-steam v1.0.0
github.com/Philipp15b/go-steamapi v0.0.0-20210114153316-ec4fdd23b4c1
github.com/PuerkitoBio/goquery v1.6.1 // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/bborbe/assert v0.0.0-20181116222016-22a6c6341415 // indirect
github.com/doctype/steam v0.0.0-20180530094431-c2f2151389ed
github.com/golang/protobuf v1.4.3 // indirect
github.com/pkg/errors v0.9.1
github.com/playnet-public/flagenv v0.0.0-20180307194402-bc6ced7d18cc
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)