Skip to content

Commit 6c48607

Browse files
chore: tidy e2e/go.mod
1 parent 2477cc4 commit 6c48607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ require (
2020
github.com/blang/semver v3.5.1+incompatible
2121
github.com/caarlos0/env/v11 v11.3.1
2222
github.com/joho/godotenv v1.5.1
23+
github.com/pkg/sftp v1.13.10
2324
github.com/sanity-io/litter v1.5.5
2425
github.com/stretchr/testify v1.11.1
2526
github.com/tidwall/gjson v1.18.0
@@ -44,7 +45,6 @@ require (
4445
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687 // indirect
4546
github.com/go-logr/zapr v1.3.0 // indirect
4647
github.com/kr/fs v0.1.0 // indirect
47-
github.com/pkg/sftp v1.13.10 // indirect
4848
github.com/vincent-petithory/dataurl v1.0.0 // indirect
4949
go.uber.org/multierr v1.11.0 // indirect
5050
go.uber.org/zap v1.27.0 // indirect

0 commit comments

Comments
 (0)