forked from markus-wa/demoinfocs-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (18 loc) · 824 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/markus-wa/demoinfocs-golang
require (
github.com/dustin/go-heatmap v0.0.0-20180603032536-b89dbd73785a
github.com/gogo/protobuf v1.3.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
github.com/llgcode/draw2d v0.0.0-20180124133339-274031cf2abe
github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb // indirect
github.com/markus-wa/go-unassert v0.1.1
github.com/markus-wa/gobitread v0.2.2
github.com/markus-wa/godispatch v1.1.0
github.com/markus-wa/quickhull-go/v2 v2.1.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 // indirect
)
replace github.com/dustin/go-heatmap => github.com/markus-wa/go-heatmap v1.0.0
go 1.11