mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 06:29:56 +02:00
chore(deps): bump golang.org/x, goutils submodule, and module pins
Refresh indirect and direct golang.org/x pins (crypto, net, sys, text, arch, mod, tools) across the root module, agent, dnsproviders, socket-proxy, and h2c_test_server. Advance the goutils submodule and align pseudo-versions for reverseproxy, websocket, and server; bump workspace replace commits for agent and internal/dnsproviders. Update vultr/govultr to v3.30.0 and mattn/go-isatty to v0.0.21 where they appear in the graph.
This commit is contained in:
@@ -7,16 +7,16 @@ 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.52.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.20 // 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.4.0 // indirect
|
||||
github.com/rs/zerolog v1.35.0 // indirect
|
||||
golang.org/x/sys v0.42.0 // indirect
|
||||
golang.org/x/text v0.35.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user