mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-27 22:06:24 +02:00
caddy: go.mod update
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
b0890598d0
commit
644fb31cec
2 changed files with 6 additions and 6 deletions
|
|
@ -122,14 +122,14 @@ require (
|
|||
golang.org/x/crypto v0.49.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.38.0 // 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/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.35.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
golang.org/x/time v0.15.0 // indirect
|
||||
golang.org/x/tools v0.43.0 // indirect
|
||||
google.golang.org/api v0.271.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue