mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-05 16:00:06 -06:00
- 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.
21 lines
549 B
Modula-2
21 lines
549 B
Modula-2
module github.com/yusing/go-proxy/socketproxy
|
|
|
|
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-20250727134911-fce9ce21c90b
|
|
golang.org/x/net v0.43.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
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.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|