Update dependencies
This commit is contained in:
parent
dd510bc4a0
commit
b4ecfad316
2 changed files with 3 additions and 3 deletions
|
|
@ -28,8 +28,8 @@ modules:
|
||||||
dest: vendor/github.com/skip2/go-qrcode
|
dest: vendor/github.com/skip2/go-qrcode
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/golang/net
|
url: https://github.com/golang/net
|
||||||
tag: v0.24.0
|
tag: v0.28.0
|
||||||
commit: 7bbe32058aba7159e4d273710e6f4f1c16c627fb
|
commit: 4542a42604cd159f1adb93c58368079ae37b3bf6
|
||||||
dest: vendor/golang.org/x/net
|
dest: vendor/golang.org/x/net
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -6,5 +6,5 @@ require (
|
||||||
github.com/bendahl/uinput v1.7.0
|
github.com/bendahl/uinput v1.7.0
|
||||||
github.com/godbus/dbus/v5 v5.1.0
|
github.com/godbus/dbus/v5 v5.1.0
|
||||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||||
golang.org/x/net v0.24.0
|
golang.org/x/net v0.28.0
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue