9 lines
138 B
Modula-2
9 lines
138 B
Modula-2
module git.kapelle.org/niklas/gotify-desktop
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/godbus/dbus/v5 v5.0.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
)
|