-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
24 lines (21 loc) · 851 Bytes
/
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
module in3D
go 1.23.5
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
github.com/go-gl/mathgl v1.2.0
github.com/seemywingz/in3D v0.0.0-20230422014723-a73410e4799a
)
require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sixel v0.0.5 // indirect
github.com/seemywingz/go-toolbox v0.0.0-20250210182555-9d5da7407e45 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)