forked from markus-wa/cs-demo-minifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 770 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/lskov/cs-demo-minifier
require (
github.com/alecthomas/jsonschema v0.0.0-20191017121752-4bb6e3fae4f2
github.com/gogo/protobuf v1.3.1
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d
github.com/golang/protobuf v1.3.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/markus-wa/cs-demo-minifier v0.4.4
github.com/markus-wa/demoinfocs-golang/v2 v2.3.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/vishalkuo/bimap v0.0.0-20180703190407-09cff2814645
golang.org/x/net v0.0.0-20190918130420-a8b05e9114ab // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.1
)
go 1.11