Use feature branch for package sftp

This commit is contained in:
Frederik Ring
2025-02-27 19:51:12 +01:00
parent 3a395ba296
commit 88d01bcb18
2 changed files with 34 additions and 2 deletions

4
go.mod
View File

@@ -17,10 +17,10 @@ require (
github.com/minio/minio-go/v7 v7.0.87
github.com/offen/envconfig v1.5.0
github.com/otiai10/copy v1.14.1
github.com/pkg/sftp v1.13.7
github.com/pkg/sftp v1.13.8-0.20250227140229-584399def273
github.com/robfig/cron/v3 v3.0.1
github.com/studio-b12/gowebdav v0.10.0
golang.org/x/crypto v0.33.0
golang.org/x/crypto v0.35.0
golang.org/x/oauth2 v0.27.0
golang.org/x/sync v0.11.0
mvdan.cc/sh/v3 v3.10.0