gotify-desktop/go.mod

9 lines
148 B
Modula-2
Raw Normal View History

2020-10-09 21:08:07 +00:00
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
)