mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-12 21:42:40 +02:00
go.mod: update golang.org/x/net
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Docker / build-and-push-image (push) Has been cancelled
linter / lint (push) Has been cancelled
tests / test (map[go-version-file:go.mod], ubuntu-latest) (push) Has been cancelled
tests / test (map[go-version:oldstable], ubuntu-latest) (push) Has been cancelled
tests / test (map[go-version:stable], ubuntu-latest, true) (push) Has been cancelled
tests / test (map[go-version:stable], windows-latest) (push) Has been cancelled
tests / test-latest (map[go-version-file:go.mod]) (push) Has been cancelled
tests / test-latest (map[go-version:stable]) (push) Has been cancelled
tests / staticcheck (push) Has been cancelled
tests / govulncheck (push) Has been cancelled
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Docker / build-and-push-image (push) Has been cancelled
linter / lint (push) Has been cancelled
tests / test (map[go-version-file:go.mod], ubuntu-latest) (push) Has been cancelled
tests / test (map[go-version:oldstable], ubuntu-latest) (push) Has been cancelled
tests / test (map[go-version:stable], ubuntu-latest, true) (push) Has been cancelled
tests / test (map[go-version:stable], windows-latest) (push) Has been cancelled
tests / test-latest (map[go-version-file:go.mod]) (push) Has been cancelled
tests / test-latest (map[go-version:stable]) (push) Has been cancelled
tests / staticcheck (push) Has been cancelled
tests / govulncheck (push) Has been cancelled
This commit is contained in:
parent
644fb31cec
commit
5b6d07d0c3
4 changed files with 33 additions and 33 deletions
14
caddy/go.mod
14
caddy/go.mod
|
|
@ -119,19 +119,19 @@ require (
|
|||
go.uber.org/zap/exp v0.3.0 // indirect
|
||||
go.yaml.in/yaml/v2 v2.4.4 // indirect
|
||||
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
||||
golang.org/x/crypto v0.49.0 // indirect
|
||||
golang.org/x/crypto v0.51.0 // indirect
|
||||
golang.org/x/crypto/x509roots/fallback v0.0.0-20260213171211-a408498e5541 // indirect
|
||||
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
|
||||
golang.org/x/image v0.39.0 // indirect
|
||||
golang.org/x/mod v0.34.0 // indirect
|
||||
golang.org/x/net v0.52.0 // indirect
|
||||
golang.org/x/mod v0.35.0 // indirect
|
||||
golang.org/x/net v0.54.0 // indirect
|
||||
golang.org/x/oauth2 v0.36.0 // indirect
|
||||
golang.org/x/sync v0.20.0 // indirect
|
||||
golang.org/x/sys v0.42.0 // indirect
|
||||
golang.org/x/term v0.41.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
golang.org/x/sys v0.44.0 // indirect
|
||||
golang.org/x/term v0.43.0 // indirect
|
||||
golang.org/x/text v0.37.0 // indirect
|
||||
golang.org/x/time v0.15.0 // indirect
|
||||
golang.org/x/tools v0.43.0 // indirect
|
||||
golang.org/x/tools v0.44.0 // indirect
|
||||
google.golang.org/api v0.271.0 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue