diff options
author | xengineering <me@xengineering.eu> | 2024-07-14 15:26:59 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-08-31 22:42:04 +0200 |
commit | e4f26f3844c77b8e10dc49f0db95ee34386b3c00 (patch) | |
tree | 275082270d56b49e51b73cd5f0106ca14dcdcb15 /go.mod | |
parent | 44bc88197196df41ead0ede734295cb2feac066d (diff) | |
download | limox-update.tar limox-update.tar.zst limox-update.zip |
WIP: Update to gioui.org v0.7.1update
TODO: There is a race condition. It has to be fixed since the program
immediately crashes. Building the software is possible.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -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 ) |