Files
kde-linux/upload-vacuum/go.mod
Harald Sitter 842867d086 vacuum: add a config system
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
2024-11-07 17:17:10 +01:00

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
)