File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 6
6
"image/jpeg"
7
7
"os"
8
8
9
- heatmap "github.com/dustin/go-heatmap"
10
- schemes "github.com/dustin/go-heatmap/schemes"
11
9
r2 "github.com/golang/geo/r2"
10
+ heatmap "github.com/markus-wa/go-heatmap/v2"
11
+ schemes "github.com/markus-wa/go-heatmap/v2/schemes"
12
12
13
13
ex "github.com/markus-wa/demoinfocs-golang/v2/examples"
14
14
demoinfocs "github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs"
Original file line number Diff line number Diff line change 1
1
module github.com/markus-wa/demoinfocs-golang/v2
2
2
3
3
require (
4
- github.com/dustin/go-heatmap v0.0.0-20180603032536-b89dbd73785a
5
4
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
6
5
github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d
6
+ github.com/markus-wa/go-heatmap/v2 v2.0.0
7
7
github.com/markus-wa/go-unassert v0.1.2
8
8
github.com/markus-wa/gobitread v0.2.3
9
9
github.com/markus-wa/godispatch v1.4.1
10
10
github.com/markus-wa/ice-cipher-go v0.0.0-20220126215401-a6adadccc817
11
11
github.com/markus-wa/quickhull-go/v2 v2.1.0
12
12
github.com/pkg/errors v0.9.1
13
13
github.com/stretchr/testify v1.7.4
14
+ golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
14
15
google.golang.org/protobuf v1.28.0
15
16
)
16
17
17
- require golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
18
-
19
18
require (
20
19
github.com/davecgh/go-spew v1.1.1 // indirect
21
20
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
@@ -25,6 +24,4 @@ require (
25
24
gopkg.in/yaml.v3 v3.0.1 // indirect
26
25
)
27
26
28
- replace github.com/dustin/go-heatmap => github.com/markus-wa/go-heatmap v1.0.0
29
-
30
27
go 1.18
Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d h1:4/ycg+VrwjGurTqi
17
17
github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d /go.mod h1:mVa0dA29Db2S4LVqDYLlsePDzRJLDfdhVZiI15uY0FA =
18
18
github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb h1:61ndUreYSlWFeCY44JxDDkngVoI7/1MVhEl98Nm0KOk =
19
19
github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb /go.mod h1:1l8ky+Ew27CMX29uG+a2hNOKpeNYEQjjtiALiBlFQbY =
20
- github.com/markus-wa/go-heatmap v1.0.0 h1:UT3+9Re6Fr6h4Qs7y0QmVjlvbu+92E9tnuqKEhJta08 =
21
- github.com/markus-wa/go-heatmap v1.0.0 /go.mod h1:mUE6YBiMclq9MYXCb8fLbiWvyZtGglLrfMJ+LSHrlPA =
20
+ github.com/markus-wa/go-heatmap/v2 v2.0.0-20220622211444-8aa29a2a0c44 h1:NTCvubgHv2N49/y6ImcWwqy6uOosYsHiL0vKZpc4ysg =
21
+ github.com/markus-wa/go-heatmap/v2 v2.0.0-20220622211444-8aa29a2a0c44 /go.mod h1:ETqmIODsmcKAjGPmXkkMS+sFMUk81Xcr7XINxWzNcBw =
22
+ github.com/markus-wa/go-heatmap/v2 v2.0.0 h1:mskJwvbESraWLBly+XTv555PVla1e8C2iSrkmS/Gv+Y =
23
+ github.com/markus-wa/go-heatmap/v2 v2.0.0 /go.mod h1:ETqmIODsmcKAjGPmXkkMS+sFMUk81Xcr7XINxWzNcBw =
22
24
github.com/markus-wa/go-unassert v0.1.2 h1:uXWlMDa8JVtc4RgNq4XJIjyRejv9MOVuy/E0VECPxxo =
23
25
github.com/markus-wa/go-unassert v0.1.2 /go.mod h1:XEvrxR+trvZeMDfXcZPvzqGo6eumEtdk5VjNRuvvzxQ =
24
26
github.com/markus-wa/gobitread v0.2.3 h1:COx7dtYQ7Q+77hgUmD+O4MvOcqG7y17RP3Z7BbjRvPs =
You can’t perform that action at this time.
0 commit comments