diff options
author | xengineering <me@xengineering.eu> | 2023-07-03 20:53:48 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-07-03 20:53:48 +0200 |
commit | 5570ccd1d6b50042acbf2fad3793afa6dde79ca2 (patch) | |
tree | afe9cc43c79a0062de618ac85e0c7912777498d1 /go.mod | |
parent | 8df0398af97f2f9e782f4f5581ea5f4db236710d (diff) | |
download | limox-5570ccd1d6b50042acbf2fad3793afa6dde79ca2.tar limox-5570ccd1d6b50042acbf2fad3793afa6dde79ca2.tar.zst limox-5570ccd1d6b50042acbf2fad3793afa6dde79ca2.zip |
Update to Gio v0.1.0
Gio started to use releases. LimoX should take advantage of this.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ module xengineering.eu/limox go 1.20 -require gioui.org v0.0.0-20230512135434-8571b25ff7cb +require gioui.org v0.1.0 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-20230520134535-86265021ae8e // indirect + github.com/go-text/typesetting v0.0.0-20230602202114-9797aefac433 // 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 |