You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
3.3 KiB
Modula-2
67 lines
3.3 KiB
Modula-2
module gitea.ronald1985.uk/ronald1985/Eye-Reminder
|
|
|
|
go 1.21.1
|
|
|
|
require (
|
|
github.com/gen2brain/beeep v0.0.0-20230907135156-1a38885a97fc
|
|
github.com/getlantern/systray v1.2.2
|
|
github.com/ncruces/zenity v0.10.10
|
|
github.com/ronaldr1985/graceful-exit v0.0.0-20231008164643-2a0a815f2cd6
|
|
)
|
|
|
|
require (
|
|
fyne.io/fyne/v2 v2.4.0 // indirect
|
|
fyne.io/systray v1.10.1-0.20230722100817-88df1e0ffa9a // indirect
|
|
github.com/akavel/rsrc v0.10.2 // indirect
|
|
github.com/cratonica/2goarray v0.0.0-20190331194516-514510793eaa // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
|
|
github.com/fredbi/uri v1.0.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/fyne-io/gl-js v0.0.0-20220119005834-d2da28d9ccfe // indirect
|
|
github.com/fyne-io/glfw-js v0.0.0-20220120001248-ee7290d23504 // indirect
|
|
github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2 // indirect
|
|
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect
|
|
github.com/getlantern/errors v1.0.3 // indirect
|
|
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 // indirect
|
|
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
|
|
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
|
|
github.com/getlantern/ops v0.0.0-20230519221840-1283e026181c // indirect
|
|
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/go-text/render v0.0.0-20230619120952-35bccb6164b8 // indirect
|
|
github.com/go-text/typesetting v0.0.0-20230616162802-9c17dd34aa4a // indirect
|
|
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
|
|
github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
|
|
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
|
|
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
|
|
github.com/tevino/abool v1.2.0 // indirect
|
|
github.com/yuin/goldmark v1.5.5 // indirect
|
|
go.opentelemetry.io/otel v1.19.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.19.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.19.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.26.0 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
golang.org/x/image v0.11.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/term v0.11.0 // indirect
|
|
golang.org/x/text v0.12.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
|
|
)
|