Add go.mod

This commit is contained in:
Unrud 2020-08-26 03:30:23 +02:00
parent 38e6049304
commit c93c6c7de5
2 changed files with 28 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module github.com/unrud/remote-touchpad
go 1.15
require (
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/net v0.0.0-20200822124328-c89045814202
salsa.debian.org/go-team/packages/golang-dbus.git v4.1.0+incompatible
)