summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-09-04 17:28:40 +0200
committerxengineering <me@xengineering.eu>2023-09-04 17:28:40 +0200
commit44bc88197196df41ead0ede734295cb2feac066d (patch)
tree4adad576e38e4c15e97e524020f2124aa615a39b /go.mod
parent16d5f079cc51bffe9f07b356f3a42d5a09a45317 (diff)
parent8ec8cddbdce0add6c62de0370b32362f7e7bb384 (diff)
downloadlimox-main.tar
limox-main.tar.zst
limox-main.zip
Merge branch 'update'HEADmain
This updates from gioui.org v0.1.0 to v0.3.0.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index dcaeebe..81e3a63 100644
--- a/go.mod
+++ b/go.mod
@@ -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