aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2022-05-27 22:39:03 -0230
committerSam Anthony <sam@samanthony.xyz>2022-05-27 22:39:03 -0230
commit31605150d3e10b08dad2086005c64664f5648a51 (patch)
tree7419f90e7b30d3de52595f25852e9ef87094718c /go.mod
parent585fbf852c1e76470df42ebe99ede62440ce19d9 (diff)
downloadvolute-31605150d3e10b08dad2086005c64664f5648a51.zip
prepare to switch ui library
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 2 insertions, 18 deletions
diff --git a/go.mod b/go.mod
index ca90545..f4c91a4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,21 +1,5 @@
module github.com/sam-anthony/volute
-go 1.18
+go 1.17
-require (
- github.com/AllenDang/giu v0.6.2
- github.com/BurntSushi/toml v1.1.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 github.com/BurntSushi/toml v1.1.0