From 384c9986b867caca5a58329b364bf6c82ea29173 Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Mon, 20 Oct 2025 07:37:43 +0300 Subject: Initial commit --- go.mod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3-70-g09d2