-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (33 loc) · 1.46 KB
/
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
29
30
31
32
33
34
35
36
module github.com/unitoftime/flow
go 1.23
require (
github.com/go-gl/mathgl v1.2.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/mitchellh/mapstructure v1.5.0
github.com/ojrac/opensimplex-go v1.0.2
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/ungerik/go3d v0.0.0-20240502073936-1137f6adf7e9
github.com/unitoftime/beep v0.0.0-20241026233918-b83e337289e8
github.com/unitoftime/ecs v0.0.4-0.20250104145201-4bbe9d72f60c
github.com/unitoftime/glitch v0.0.0-20250104145909-ad673646faaf
github.com/unitoftime/gotiny v0.0.0-20240915162236-e7a35021e769
github.com/unitoftime/intmap v0.0.0-20231203115433-9505126f7096
github.com/unitoftime/packer v0.0.0-20230818221437-1f2c1b1e4275
github.com/zyedidia/generic v1.2.1
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329
golang.org/x/image v0.23.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/ebitengine/oto/v3 v3.3.2 // indirect
github.com/ebitengine/purego v0.8.1 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/unitoftime/cod v0.0.0-20241228160133-efe666697475 // indirect
golang.org/x/sys v0.29.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)