mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-20 00:25:02 +01:00
chore(dependencies): upgrade Go version and update related dependencies
- Updated Go version from 1.24.5 to 1.25.0 across multiple modules. - Incremented versions for go-acme/lego from v4.25.1 to v4.25.2 and yusing/go-proxy from v0.16.1 to v0.16.2. - Updated indirect dependencies including cloud.google.com/go/auth, golang.org/x/net, and others to their latest versions. - Cleaned up and organized go.mod and go.sum files.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
module github.com/yusing/go-proxy/socketproxy
|
||||
|
||||
go 1.24.5
|
||||
go 1.25.0
|
||||
|
||||
replace github.com/yusing/go-proxy/internal/utils => ../internal/utils
|
||||
|
||||
require (
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/yusing/go-proxy/internal/utils v0.0.0-20250721013917-68ac4f952d1e
|
||||
golang.org/x/net v0.42.0
|
||||
github.com/yusing/go-proxy/internal/utils v0.0.0-20250727134911-fce9ce21c90b
|
||||
golang.org/x/net v0.43.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -15,6 +15,6 @@ require (
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/rs/zerolog v1.34.0 // indirect
|
||||
go.uber.org/atomic v1.11.0 // indirect
|
||||
golang.org/x/sys v0.34.0 // indirect
|
||||
golang.org/x/text v0.27.0 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
golang.org/x/text v0.28.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user