mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 11:17:29 +02:00
Update go.mod/sum across the root module, agent, internal/dnsproviders, and socket-proxy (lego, docker/cli, Moby API/client, xsync, zerolog, goutils, DNS SDKs, genproto RPC). Agent and dnsproviders take godoxy v0.28.0 and newer replace pseudo-versions. Switch the Dockerfile minify-stage Bun COPY to oven/bun:1-alpine instead of a pinned patch tag.
23 lines
647 B
Modula-2
23 lines
647 B
Modula-2
module github.com/yusing/godoxy/socketproxy
|
|
|
|
go 1.26.2
|
|
|
|
replace github.com/yusing/goutils => ../goutils
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/yusing/goutils v0.7.0
|
|
golang.org/x/net v0.53.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.21 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/puzpuzpuz/xsync/v4 v4.5.0 // indirect
|
|
github.com/rs/zerolog v1.35.1 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
)
|