-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.17 KB
/
go.mod
File metadata and controls
29 lines (26 loc) · 1.17 KB
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
29
module github.com/mikeder/scratchygo
go 1.22.3
require (
github.com/hajimehoshi/ebiten/v2 v2.7.5
github.com/kyroy/kdtree v0.0.0-20200419114247-70830f883f1d
github.com/unitoftime/ecs v0.0.1
github.com/unitoftime/glitch v0.0.0-20240608193243-c1d88380aaec
)
require (
github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.7.0 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231124074035-2de0cf0c80af // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
github.com/go-text/typesetting v0.1.1-0.20240325125605-c7936fe59984 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/kyroy/priority-queue v0.0.0-20180327160706-6e21825e7e0c // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/unitoftime/cod v0.0.0-20230616173404-085cf4fe3918 // indirect
golang.org/x/image v0.16.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
)