summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-05-04 19:04:12 +0200
committerxengineering <me@xengineering.eu>2023-05-04 19:04:12 +0200
commitdf397ca402ea075df24175804a54a3d3daff3c9c (patch)
tree48b49f74a0ad82047dfdc3dc5ad2ac87d92e7a68 /go.mod
parent7029ebc4b2a1394f3fe2150f12624b30ef7d6d2b (diff)
downloadlimox-df397ca402ea075df24175804a54a3d3daff3c9c.tar
limox-df397ca402ea075df24175804a54a3d3daff3c9c.tar.zst
limox-df397ca402ea075df24175804a54a3d3daff3c9c.zip
Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index de2e3d7..33cce90 100644
--- a/go.mod
+++ b/go.mod
@@ -2,16 +2,16 @@ module xengineering.eu/limox
go 1.20
-require gioui.org v0.0.0-20230206180804-32c6a9b10d0b
+require gioui.org v0.0.0-20230502183330-59695984e53c
require (
- gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
+ gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
- github.com/go-text/typesetting v0.0.0-20221214153724-0399769901d5 // indirect
- golang.org/x/exp v0.0.0-20221012211006-4de253d81b95 // indirect
- golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91 // indirect
- golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
- golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
- golang.org/x/text v0.3.7 // indirect
+ github.com/go-text/typesetting v0.0.0-20230504123538-7c21ee424d89 // indirect
+ golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect
+ golang.org/x/exp/shiny v0.0.0-20230425010034-47ecfdc1ba53 // 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
)