mirror of
https://github.com/KDE/kde-linux.git
synced 2026-06-22 14:30:55 -04:00
this requires that we vacuum uploads automatically so there's a helper for that now. hopefully it works :D
16 lines
241 B
Modula-2
16 lines
241 B
Modula-2
module invent.kde.org/sitter/kde-linux/upload-vacuum
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.4
|
|
|
|
require (
|
|
github.com/pkg/sftp v1.13.6
|
|
golang.org/x/crypto v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|