summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-10-20 07:37:43 +0300
committerPetri Hienonen <petri.hienonen@gmail.com>2025-10-20 07:37:43 +0300
commit384c9986b867caca5a58329b364bf6c82ea29173 (patch)
treed36ee565b433b9d6dcae08e0a77d444961bf22ca /go.mod
downloadcopper-384c9986b867caca5a58329b364bf6c82ea29173.tar.zst
Initial commit
Diffstat (limited to 'go.mod')
-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
+)