We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2477cc4 commit 6c48607Copy full SHA for 6c48607
e2e/go.mod
@@ -20,6 +20,7 @@ require (
20
github.com/blang/semver v3.5.1+incompatible
21
github.com/caarlos0/env/v11 v11.3.1
22
github.com/joho/godotenv v1.5.1
23
+ github.com/pkg/sftp v1.13.10
24
github.com/sanity-io/litter v1.5.5
25
github.com/stretchr/testify v1.11.1
26
github.com/tidwall/gjson v1.18.0
@@ -44,7 +45,6 @@ require (
44
45
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687 // indirect
46
github.com/go-logr/zapr v1.3.0 // indirect
47
github.com/kr/fs v0.1.0 // indirect
- github.com/pkg/sftp v1.13.10 // indirect
48
github.com/vincent-petithory/dataurl v1.0.0 // indirect
49
go.uber.org/multierr v1.11.0 // indirect
50
go.uber.org/zap v1.27.0 // indirect
0 commit comments