Add go.mod
This commit is contained in:
parent
38e6049304
commit
c93c6c7de5
2 changed files with 28 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue