module gitea.hevanto-it.com/hevanto/ui go 1.22.1 require ( fyne.io/fyne/v2 v2.4.5 fyne.io/x/fyne v0.0.0-20240421102438-d5a080914907 gitea.hevanto-it.com/hevanto/i18n v0.1.0 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 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 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 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 )