Update dependencies
This commit is contained in:
parent
c1a55e57ae
commit
72d4d60419
5 changed files with 14 additions and 25 deletions
|
|
@ -20,8 +20,8 @@ modules:
|
|||
dest: vendor/github.com/elazarl/go-bindata-assetfs
|
||||
- type: git
|
||||
url: https://github.com/godbus/dbus
|
||||
tag: v5.0.4
|
||||
commit: c88335c0b1d28a30e7fc76d526a06154b85e5d97
|
||||
tag: v5.0.5
|
||||
commit: 84a2dfb382a81e88c000206b8fcba8d98f00ad1e
|
||||
dest: vendor/github.com/godbus/dbus/v5
|
||||
- type: git
|
||||
url: https://github.com/skip2/go-qrcode
|
||||
|
|
@ -29,7 +29,7 @@ modules:
|
|||
dest: vendor/github.com/skip2/go-qrcode
|
||||
- type: git
|
||||
url: https://github.com/golang/net
|
||||
commit: abc453219eb586afb3fc1742e8c685c28b9f7eea
|
||||
commit: 978cfadd31cf6299758dbb5165d451ce91989f1a
|
||||
dest: vendor/golang.org/x/net
|
||||
- type: file
|
||||
path: modules.txt
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# github.com/elazarl/go-bindata-assetfs v1.0.1
|
||||
## explicit
|
||||
github.com/elazarl/go-bindata-assetfs
|
||||
# github.com/godbus/dbus/v5 v5.0.4
|
||||
# github.com/godbus/dbus/v5 v5.0.5
|
||||
## explicit
|
||||
github.com/godbus/dbus/v5
|
||||
# github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
|
|
@ -9,6 +9,6 @@ github.com/godbus/dbus/v5
|
|||
github.com/skip2/go-qrcode
|
||||
github.com/skip2/go-qrcode/bitset
|
||||
github.com/skip2/go-qrcode/reedsolomon
|
||||
# golang.org/x/net v0.0.0-20210525063256-abc453219eb5
|
||||
# golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
|
||||
## explicit
|
||||
golang.org/x/net/websocket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue