aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorsam-anthony <samanthony6@protonmail.com>2022-03-26 13:35:58 -0230
committersam-anthony <samanthony6@protonmail.com>2022-03-26 13:35:58 -0230
commite8c878f4236c056b1c0c9308e2d49c5b23833963 (patch)
tree01f53ee620e256fa7b87ea43656b9315735e9c2a /go.mod
parent90f42ad66feb6b77474d0da267d572eca16e2826 (diff)
downloadvolute-e8c878f4236c056b1c0c9308e2d49c5b23833963.zip
pressure and rough layout
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..343375f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,18 @@
+module github.com/sam-anthony/volute
+
+go 1.18
+
+require github.com/AllenDang/giu v0.6.2
+
+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
+)