diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-10-20 07:37:43 +0300 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-10-20 07:37:43 +0300 |
| commit | 384c9986b867caca5a58329b364bf6c82ea29173 (patch) | |
| tree | d36ee565b433b9d6dcae08e0a77d444961bf22ca /go.mod | |
| download | copper-384c9986b867caca5a58329b364bf6c82ea29173.tar.zst | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 +) |
