Update dependencies

This commit is contained in:
Unrud 2021-11-06 21:45:01 +01:00
parent 1ec541d78c
commit c53252c197
4 changed files with 11 additions and 11 deletions

4
go.mod
View file

@ -4,7 +4,7 @@ go 1.15
require (
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/godbus/dbus/v5 v5.0.5
github.com/godbus/dbus/v5 v5.0.6
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
golang.org/x/net v0.0.0-20211105192438-b53810dc28af
)