module github.com/markus-wa/demoinfocs-golang require ( github.com/dustin/go-heatmap v0.0.0-20180603032536-b89dbd73785a github.com/gogo/protobuf v1.1.1 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/golang/geo v0.0.0-20180826223333-635502111454 github.com/llgcode/draw2d v0.0.0-20180124133339-274031cf2abe github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb // indirect github.com/markus-wa/gobitread v0.2.2 github.com/markus-wa/godispatch v1.1.0 github.com/markus-wa/quickhull-go v0.0.0-20190116183559-9fb9702adbda github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.2.2 golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 // indirect ) go 1.11