diff options
author | xengineering <me@xengineering.eu> | 2023-09-04 17:28:40 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-09-04 17:28:40 +0200 |
commit | 44bc88197196df41ead0ede734295cb2feac066d (patch) | |
tree | 4adad576e38e4c15e97e524020f2124aa615a39b /go.mod | |
parent | 16d5f079cc51bffe9f07b356f3a42d5a09a45317 (diff) | |
parent | 8ec8cddbdce0add6c62de0370b32362f7e7bb384 (diff) | |
download | limox-main.tar limox-main.tar.zst limox-main.zip |
This updates from gioui.org v0.1.0 to v0.3.0.
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.1.0 +require gioui.org v0.3.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-20230602202114-9797aefac433 // 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 |