Files
kde-linux/upload-vacuum/go.mod
Harald Sitter 2a26e15594 move uploads to files.kde.org
this requires that we vacuum uploads automatically so there's a helper
for that now. hopefully it works :D
2024-10-09 17:22:38 +02:00

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
)