mirror of
https://github.com/nkanaev/yarr.git
synced 2026-04-30 22:37:42 +00:00
18 lines
288 B
Modula-2
18 lines
288 B
Modula-2
module github.com/nkanaev/yarr
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.5
|
|
|
|
require (
|
|
fyne.io/systray v1.12.0
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
golang.org/x/net v0.38.0
|
|
golang.org/x/sys v0.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
)
|