-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (37 loc) · 1.66 KB
/
go.mod
File metadata and controls
42 lines (37 loc) · 1.66 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
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/unitoftime/flow
go 1.24.0
toolchain go1.24.1
tool github.com/unitoftime/cod/cmd/cod
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-20251020194721-1bde1320d420
github.com/unitoftime/beep v0.0.0-20241026233918-b83e337289e8
github.com/unitoftime/ecs v0.0.4-0.20260111134100-9c566358be11
github.com/unitoftime/glitch v0.0.0-20260123213722-47cba68b3e4e
github.com/unitoftime/gotiny v0.0.0-20250421131808-20fa3dfc9081
github.com/unitoftime/intmap v0.0.0-20231203115433-9505126f7096
github.com/unitoftime/packer v0.0.0-20230818221437-1f2c1b1e4275
github.com/zergon321/mempool v0.0.0-20230803011558-49cf4fd99ba7
github.com/zyedidia/generic v1.2.1
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
golang.org/x/image v0.35.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/ebitengine/oto/v3 v3.4.0 // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // 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-20250419234656-6f109c444441 // indirect
github.com/zergon321/ll v0.0.0-20240321145452-cdcca34430f6 // indirect
golang.org/x/sys v0.40.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)