9 lines
148 B
Modula-2
9 lines
148 B
Modula-2
|
module git.kapelle.org/niklas/gotify-desktop
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/godbus/dbus v4.1.0+incompatible
|
||
|
github.com/gorilla/websocket v1.4.2
|
||
|
)
|