mirror of
https://github.com/Mikescher/kpsync.git
synced 2025-08-25 08:38:03 +02:00
11 lines
243 B
Modula-2
11 lines
243 B
Modula-2
module mikescher.com/kpsync
|
|
|
|
go 1.24.6
|
|
|
|
require (
|
|
fyne.io/systray v1.11.0 // indirect
|
|
git.blackforestbytes.com/BlackForestBytes/goext v0.0.594 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
)
|