mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-28 14:43:16 +02:00

Some checks are pending
Docker Image CI (socket-proxy) / build (push) Waiting to run
- Upgraded go-acme/lego from v4.24.0 to v4.25.1. - Updated quic-go from v0.53.0 to v0.54.0. - Incremented versions for yusing/go-proxy and related dependencies. - Updated aws/smithy-go from v1.22.4 to v1.22.5 and baidubce/bce-sdk-go from v0.9.235 to v0.9.236. - Updated barcode library from v1.0.2 to v1.1.0. - Updated google.golang.org/api from v0.242.0 to v0.243.0 and grpc from v1.73.0 to v1.74.2. - Cleaned up unused dependencies and updated indirect dependencies.
20 lines
549 B
Modula-2
20 lines
549 B
Modula-2
module github.com/yusing/go-proxy/socketproxy
|
|
|
|
go 1.24.5
|
|
|
|
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
|
|
)
|
|
|
|
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.34.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
)
|