forked from markus-wa/demoinfocs-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 992 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/markus-wa/demoinfocs-golang/v3
require (
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d
github.com/markus-wa/go-heatmap/v2 v2.0.0
github.com/markus-wa/go-unassert v0.1.2
github.com/markus-wa/gobitread v0.2.3
github.com/markus-wa/godispatch v1.4.1
github.com/markus-wa/ice-cipher-go v0.0.0-20220126215401-a6adadccc817
github.com/markus-wa/quickhull-go/v2 v2.1.0
github.com/oklog/ulid/v2 v2.1.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75
google.golang.org/protobuf v1.28.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.18