module github.com/markus-wa/demoinfocs-golang/v2 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.2 github.com/markus-wa/gobitread v0.2.2 github.com/markus-wa/godispatch v1.2.1 github.com/markus-wa/quickhull-go/v2 v2.1.0 github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.5.1 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