Compare commits

..

No commits in common. "dependabot/go_modules/golang.org/x/net-0.25.0" and "master" have entirely different histories.

7 changed files with 9 additions and 5 deletions

2
go.mod
View File

@ -7,4 +7,4 @@ require (
github.com/caarlos0/env/v6 v6.10.1
)
require golang.org/x/net v0.25.0
require golang.org/x/net v0.17.0

4
go.sum
View File

@ -2,5 +2,5 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/caarlos0/env/v6 v6.10.1 h1:t1mPSxNpei6M5yAeu1qtRdPAK29Nbcf/n3G7x+b3/II=
github.com/caarlos0/env/v6 v6.10.1/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
//go:build go1.7
// +build go1.7
package context

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
//go:build go1.9
// +build go1.9
package context

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
//go:build !go1.7
// +build !go1.7
package context

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
//go:build !go1.9
// +build !go1.9
package context

4
vendor/modules.txt vendored
View File

@ -4,6 +4,6 @@ github.com/armon/go-socks5
# github.com/caarlos0/env/v6 v6.10.1
## explicit; go 1.17
github.com/caarlos0/env/v6
# golang.org/x/net v0.25.0
## explicit; go 1.18
# golang.org/x/net v0.17.0
## explicit; go 1.17
golang.org/x/net/context