summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..3b20ab9
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,17 @@
+module copper
+
+go 1.24.6
+
+require (
+ gioui.org v0.9.0
+ golang.org/x/net v0.39.0
+)
+
+require (
+ gioui.org/shader v1.0.8 // indirect
+ github.com/go-text/typesetting v0.3.0 // indirect
+ golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
+ golang.org/x/image v0.26.0 // indirect
+ golang.org/x/sys v0.33.0 // indirect
+ golang.org/x/text v0.24.0 // indirect
+)