ui/go.mod

35 lines
1.3 KiB
Modula-2
Raw Normal View History

2024-08-06 10:23:04 +02:00
module gitea.hevanto-it.com/hevanto/ui
2024-03-30 17:45:07 +01:00
go 1.22.1
require (
2024-05-08 11:59:26 +02:00
fyne.io/fyne/v2 v2.4.5
fyne.io/x/fyne v0.0.0-20240421102438-d5a080914907
gitea.hevanto-it.com/hevanto/i18n v0.0.0-20240806081720-4a6834a50d3a
2024-03-30 17:45:07 +01:00
github.com/google/uuid v1.6.0
github.com/nicksnyder/go-i18n/v2 v2.4.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
2024-05-08 11:59:26 +02:00
github.com/fredbi/uri v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-text/render v0.1.0 // indirect
github.com/go-text/typesetting v0.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
2024-03-30 17:45:07 +01:00
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nxadm/tail v1.4.11 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
2024-05-08 11:59:26 +02:00
github.com/yuin/goldmark v1.7.1 // indirect
golang.org/x/image v0.16.0 // indirect
golang.org/x/mobile v0.0.0-20240506190922-a1a533f289d3 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
2024-03-30 17:45:07 +01:00
)