-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.22 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.22 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
module github.com/BondMachineHQ/BondMachine
go 1.23.3
require (
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
github.com/goccy/go-graphviz v0.1.3
github.com/llir/llvm v0.3.6
github.com/mdlayher/raw v0.1.0
github.com/mmirko/mel v0.0.0-20250221224538-07744443e851
github.com/tfriedel6/canvas v0.12.1
github.com/x448/float16 v0.8.4
github.com/yuin/gopher-lua v1.1.1
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
google.golang.org/protobuf v1.36.6
)
require (
github.com/fogleman/gg v1.3.0 // indirect
github.com/go-gl/gl v0.0.0-20181026044259-55b76b7df9d2 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/llir/ll v0.0.0-20220802044011-65001c0fb73c // indirect
github.com/mdlayher/packet v0.0.0-20220221164757-67998ac0ff93 // indirect
github.com/mdlayher/socket v0.2.1 // indirect
github.com/mewmew/float v0.0.0-20201204173432-505706aa38fa // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/veandco/go-sdl2 v0.4.0 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/tools v0.32.0 // indirect
)