-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 731 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/MatheusGrego/itt-engine
go 1.25.6
require (
cogentcore.org/core v0.3.15 // indirect
github.com/anthonynsimon/bild v0.14.0 // indirect
github.com/chewxy/math32 v1.11.1 // indirect
github.com/cogentcore/webgpu v0.23.0 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // indirect
github.com/go-text/typesetting v0.3.1-0.20250707124828-58cd3ef91251 // indirect
github.com/hack-pad/go-indexeddb v0.3.2 // indirect
github.com/hack-pad/hackpadfs v0.2.4 // indirect
github.com/hack-pad/safejs v0.1.1 // indirect
github.com/tdewolff/parse/v2 v2.8.5 // indirect
golang.org/x/image v0.35.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/text v0.33.0 // indirect
)