mirror of
https://github.com/KDE/kde-linux.git
synced 2026-01-22 22:58:45 -05:00
the remote location must now contain a vacuum.yaml file which encodes gold images and tombstone images (to keep forever) based on their version number
17 lines
266 B
Modula-2
17 lines
266 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
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|