16 lines
316 B
Modula-2
16 lines
316 B
Modula-2
module cachefs
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
git.giftfish.de/ston1th/godrop/v2 v2.1.1
|
|
github.com/go-logr/logr v1.2.4
|
|
github.com/pkg/sftp v1.13.6
|
|
golang.org/x/crypto v0.12.0
|
|
golang.org/x/net v0.14.0
|
|
golang.org/x/sys v0.11.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
k8s.io/klog/v2 v2.100.1
|
|
)
|
|
|
|
require github.com/kr/fs v0.1.0 // indirect
|