Add --socks5 flag to support socks5 proxy

This commit is contained in:
Dave Gallant
2024-07-20 20:06:07 -04:00
parent 679a63cc14
commit a45602ce5d
6 changed files with 38 additions and 20 deletions

3
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.19.0
)
require (
@@ -29,7 +30,7 @@ require (
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect