diff --git a/go.mod b/go.mod index ee6deea..4161460 100644 --- a/go.mod +++ b/go.mod @@ -9,10 +9,8 @@ require ( github.com/hashicorp/go-multierror v1.1.1 github.com/ncruces/go-dns v1.3.2 github.com/things-go/go-socks5 v0.1.0 + golang.org/x/crypto/x509roots/fallback v0.0.0-20251210140736-7dacc380ba00 golang.org/x/net v0.48.0 ) -require ( - github.com/hashicorp/errwrap v1.1.0 // indirect - golang.org/x/crypto/x509roots/fallback v0.0.0-20251210140736-7dacc380ba00 // indirect -) +require github.com/hashicorp/errwrap v1.1.0 // indirect diff --git a/go.sum b/go.sum index f8051bc..ed9259a 100644 --- a/go.sum +++ b/go.sum @@ -15,7 +15,6 @@ github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQ github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/things-go/go-socks5 v0.1.0 h1:4f5dz0iMQ6cA4wseFmyLmCHmg3SWJTW92ndrKS6oERg= github.com/things-go/go-socks5 v0.1.0/go.mod h1:Riabiyu52kLsla0YmJqunt1c1JEl6iXSr4bRd7swFEA= -golang.org/x/crypto v0.46.0 h1:cKRW/pmt1pKAfetfu+RCEvjvZkA9RimPbh7bhFjGVBU= golang.org/x/crypto/x509roots/fallback v0.0.0-20251210140736-7dacc380ba00 h1:qObov2/X4yIpr98j5t6samg3mMF12Rl4taUJd1rWj+c= golang.org/x/crypto/x509roots/fallback v0.0.0-20251210140736-7dacc380ba00/go.mod h1:MEIPiCnxvQEjA4astfaKItNwEVZA5Ki+3+nyGbJ5N18= golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=