Update dependencies
This commit is contained in:
parent
7c1652e9dd
commit
abd9fd4773
4 changed files with 25 additions and 9 deletions
|
|
@ -15,9 +15,6 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
path: ..
|
||||
- type: shell
|
||||
commands:
|
||||
- . /usr/lib/sdk/golang/enable.sh; go mod vendor -e
|
||||
- type: git
|
||||
url: https://github.com/godbus/dbus
|
||||
tag: v5.1.0
|
||||
|
|
@ -29,9 +26,12 @@ modules:
|
|||
dest: vendor/github.com/skip2/go-qrcode
|
||||
- type: git
|
||||
url: https://github.com/golang/net
|
||||
tag: v0.28.0
|
||||
commit: 4542a42604cd159f1adb93c58368079ae37b3bf6
|
||||
tag: v0.37.0
|
||||
commit: 99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48
|
||||
dest: vendor/golang.org/x/net
|
||||
- type: file
|
||||
path: modules.txt
|
||||
dest: vendor
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- . /usr/lib/sdk/golang/enable.sh; go build -tags portal,x11
|
||||
|
|
|
|||
14
flatpak/modules.txt
Normal file
14
flatpak/modules.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# github.com/bendahl/uinput v1.7.0
|
||||
## explicit; go 1.13
|
||||
github.com/bendahl/uinput
|
||||
# github.com/godbus/dbus/v5 v5.1.0
|
||||
## explicit; go 1.12
|
||||
github.com/godbus/dbus/v5
|
||||
# github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
## explicit; go 1.13
|
||||
github.com/skip2/go-qrcode
|
||||
github.com/skip2/go-qrcode/bitset
|
||||
github.com/skip2/go-qrcode/reedsolomon
|
||||
# golang.org/x/net v0.37.0
|
||||
## explicit; go 1.23.0
|
||||
golang.org/x/net/websocket
|
||||
Loading…
Add table
Add a link
Reference in a new issue