We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1922722 commit 7c7dde7Copy full SHA for 7c7dde7
go.mod
@@ -35,6 +35,7 @@ require (
35
github.com/mitchellh/go-homedir v1.1.0
36
github.com/onsi/ginkgo/v2 v2.20.1
37
github.com/onsi/gomega v1.34.2
38
+ github.com/pkg/sftp v1.13.7
39
github.com/spf13/cobra v1.8.1
40
github.com/spf13/viper v1.19.0
41
github.com/stretchr/testify v1.9.0
@@ -91,7 +92,6 @@ require (
91
92
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
93
github.com/muesli/cancelreader v0.2.2 // indirect
94
github.com/muesli/termenv v0.15.2 // indirect
- github.com/pkg/sftp v1.13.7 // indirect
95
github.com/sagikazarmark/locafero v0.6.0 // indirect
96
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
97
github.com/sourcegraph/conc v0.3.0 // indirect
0 commit comments