File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/markus-wa/demoinfocs-golang/v5
22
33require (
4+ github.com/andygrunwald/vdf v1.1.0
45 github.com/golang/geo v0.0.0-20230421003525-6adc56603217
56 github.com/golang/snappy v0.0.4
67 github.com/llgcode/draw2d v0.0.0-20230723155556-e595d7c7e75e
78 github.com/markus-wa/go-heatmap/v2 v2.0.0
89 github.com/markus-wa/go-unassert v0.1.3
910 github.com/markus-wa/gobitread v0.2.5-0.20241202000432-3c3e0bc797c6
1011 github.com/markus-wa/godispatch v1.4.1
11- github.com/markus-wa/ice-cipher-go v0.0.0-20230901094113-348096939ba7
1212 github.com/markus-wa/quickhull-go/v2 v2.2.0
1313 github.com/oklog/ulid/v2 v2.1.0
1414 github.com/pkg/errors v0.9.1
@@ -19,7 +19,6 @@ require (
1919)
2020
2121require (
22- github.com/andygrunwald/vdf v1.1.0 // indirect
2322 github.com/davecgh/go-spew v1.1.1 // indirect
2423 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2524 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ github.com/markus-wa/gobitread v0.2.5-0.20241202000432-3c3e0bc797c6 h1:VNn0S4GFv
2525github.com/markus-wa/gobitread v0.2.5-0.20241202000432-3c3e0bc797c6 /go.mod h1:PcWXMH4gx7o2CKslbkFkLyJB/aHW7JVRG3MRZe3PINg =
2626github.com/markus-wa/godispatch v1.4.1 h1:Cdff5x33ShuX3sDmUbYWejk7tOuoHErFYMhUc2h7sLc =
2727github.com/markus-wa/godispatch v1.4.1 /go.mod h1:tk8L0yzLO4oAcFwM2sABMge0HRDJMdE8E7xm4gK/+xM =
28- github.com/markus-wa/ice-cipher-go v0.0.0-20230901094113-348096939ba7 h1:aR9pvnlnBxifXBmzidpAiq2prLSGlkhE904qnk2sCz4 =
29- github.com/markus-wa/ice-cipher-go v0.0.0-20230901094113-348096939ba7 /go.mod h1:JIsht5Oa9P50VnGJTvH2a6nkOqDFJbUeU1YRZYvdplw =
3028github.com/markus-wa/quickhull-go/v2 v2.2.0 h1:rB99NLYeUHoZQ/aNRcGOGqjNBGmrOaRxdtqTnsTUPTA =
3129github.com/markus-wa/quickhull-go/v2 v2.2.0 /go.mod h1:EuLMucfr4B+62eipXm335hOs23LTnO62W7Psn3qvU2k =
3230github.com/oklog/ulid/v2 v2.1.0 h1:+9lhoxAP56we25tyYETBBY1YLA2SaoLvUFgrP2miPJU =
You can’t perform that action at this time.
0 commit comments