From e4f26f3844c77b8e10dc49f0db95ee34386b3c00 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 14 Jul 2024 15:26:59 +0200 Subject: WIP: Update to gioui.org v0.7.1 TODO: There is a race condition. It has to be fixed since the program immediately crashes. Building the software is possible. --- go.mod | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 81e3a63..1dc1a0a 100644 --- a/go.mod +++ b/go.mod @@ -1,16 +1,18 @@ module xengineering.eu/limox -go 1.20 +go 1.21 -require gioui.org v0.3.0 +toolchain go1.22.5 + +require gioui.org v0.7.1 require ( gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect - gioui.org/shader v1.0.6 // indirect - github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect - golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect - golang.org/x/exp/shiny v0.0.0-20230522175609-2e198f4a06a1 // indirect - golang.org/x/image v0.7.0 // indirect - golang.org/x/sys v0.8.0 // indirect - golang.org/x/text v0.9.0 // indirect + gioui.org/shader v1.0.8 // indirect + github.com/go-text/typesetting v0.1.1 // indirect + golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect + golang.org/x/exp/shiny v0.0.0-20240823005443-9b4947da3948 // indirect + golang.org/x/image v0.19.0 // indirect + golang.org/x/sys v0.24.0 // indirect + golang.org/x/text v0.17.0 // indirect ) -- cgit v1.2.3-70-g09d2