aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-01-17 15:38:33 -0500
committerSam Anthony <sam@samanthony.xyz>2024-01-17 15:38:33 -0500
commit29e2be59cc3d0f31241884087624ece7d35115e4 (patch)
tree07486ce8cebf9d7f9901f015c6ccd7803b8baa59 /go.mod
parent6a2e268df7e008579d1b6a0f2ef47597fcbe4862 (diff)
downloadvolute-29e2be59cc3d0f31241884087624ece7d35115e4.zip
add user input widget
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 5 insertions, 13 deletions
diff --git a/go.mod b/go.mod
index 3eb3590..8a14268 100644
--- a/go.mod
+++ b/go.mod
@@ -3,19 +3,11 @@ module volute
go 1.18
require (
- github.com/AllenDang/giu v0.6.2
github.com/BurntSushi/toml v1.1.0
+ github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
+ github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
+ github.com/go-gl/glfw v0.0.0-20240108052320-294b0144ba39
+ golang.org/x/image v0.15.0
)
-require (
- github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
- github.com/AllenDang/imgui-go v1.12.1-0.20220322114136-499bbf6a42ad // indirect
- github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
- github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
- github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220320163800-277f93cfa958 // indirect
- github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
- github.com/sahilm/fuzzy v0.1.0 // indirect
- golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
- golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
- gopkg.in/eapache/queue.v1 v1.1.0 // indirect
-)
+require golang.org/x/text v0.14.0 // indirect