-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Upgrade Caddy to 2.11.0-beta.2 across proxy components #21242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
59409c9
Upgrade caddy 2.9.1 -> 2.10.2
geropl 142b6c2
Upgrade proxy component to Caddy 2.10.2
geropl 9989742
[protocol] Fix dirty git state on rebuild
geropl abb443a
Upgrade to Caddy 2.11.0-beta.2 to fix critical vulnerability
geropl 0c7d353
[proxy] Add small TODO to fix builder dependency once available
geropl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,119 +1,136 @@ | ||
| module github.com/gitpod-io/gitpod/proxy/plugins/analytics | ||
|
|
||
| go 1.24 | ||
|
|
||
| toolchain go1.24.3 | ||
| go 1.25 | ||
|
|
||
| godebug tlsmlkem=0 | ||
|
|
||
| require ( | ||
| github.com/caddyserver/caddy/v2 v2.7.6 | ||
| go.uber.org/zap v1.25.0 | ||
| github.com/caddyserver/caddy/v2 v2.11.0-beta.2 | ||
| go.uber.org/zap v1.27.1 | ||
| gopkg.in/segmentio/analytics-go.v3 v3.1.0 | ||
| ) | ||
|
|
||
| require ( | ||
| filippo.io/edwards25519 v1.0.0 // indirect | ||
| cel.dev/expr v0.24.0 // indirect | ||
| cloud.google.com/go/auth v0.17.0 // indirect | ||
| cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect | ||
| cloud.google.com/go/compute/metadata v0.9.0 // indirect | ||
| dario.cat/mergo v1.0.1 // indirect | ||
| filippo.io/edwards25519 v1.1.0 // indirect | ||
| github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | ||
| github.com/KimMachineGun/automemlimit v0.7.5 // indirect | ||
| github.com/Masterminds/goutils v1.1.1 // indirect | ||
| github.com/Masterminds/semver/v3 v3.2.0 // indirect | ||
| github.com/Masterminds/sprig/v3 v3.2.3 // indirect | ||
| github.com/Microsoft/go-winio v0.6.0 // indirect | ||
| github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect | ||
| github.com/Masterminds/semver/v3 v3.3.1 // indirect | ||
| github.com/Masterminds/sprig/v3 v3.3.0 // indirect | ||
| github.com/antlr4-go/antlr/v4 v4.13.0 // indirect | ||
| github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
| github.com/caddyserver/certmagic v0.20.0 // indirect | ||
| github.com/caddyserver/certmagic v0.25.1 // indirect | ||
| github.com/caddyserver/zerossl v0.1.4 // indirect | ||
| github.com/ccoveille/go-safecast/v2 v2.0.0 // indirect | ||
| github.com/cespare/xxhash v1.1.0 // indirect | ||
| github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/chzyer/readline v1.5.1 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
| github.com/cloudflare/circl v1.6.2 // indirect | ||
| github.com/coreos/go-oidc/v3 v3.17.0 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | ||
| github.com/dgraph-io/badger v1.6.2 // indirect | ||
| github.com/dgraph-io/badger/v2 v2.2007.4 // indirect | ||
| github.com/dgraph-io/ristretto v0.1.0 // indirect | ||
| github.com/dgraph-io/ristretto v0.2.0 // indirect | ||
| github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
| github.com/dustin/go-humanize v1.0.1 // indirect | ||
| github.com/go-kit/kit v0.10.0 // indirect | ||
| github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
| github.com/go-sql-driver/mysql v1.7.1 // indirect | ||
| github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
| github.com/golang/glog v1.1.2 // indirect | ||
| github.com/golang/protobuf v1.5.3 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/go-jose/go-jose/v3 v3.0.4 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.3 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/golang/snappy v0.0.4 // indirect | ||
| github.com/google/cel-go v0.15.1 // indirect | ||
| github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect | ||
| github.com/google/uuid v1.3.1 // indirect | ||
| github.com/huandu/xstrings v1.3.3 // indirect | ||
| github.com/imdario/mergo v0.3.12 // indirect | ||
| github.com/google/cel-go v0.26.1 // indirect | ||
| github.com/google/s2a-go v0.1.9 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.15.0 // indirect | ||
| github.com/huandu/xstrings v1.5.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
| github.com/jackc/pgconn v1.14.0 // indirect | ||
| github.com/jackc/pgio v1.0.0 // indirect | ||
| github.com/jackc/pgpassfile v1.0.0 // indirect | ||
| github.com/jackc/pgproto3/v2 v2.3.2 // indirect | ||
| github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | ||
| github.com/jackc/pgtype v1.14.0 // indirect | ||
| github.com/jackc/pgx/v4 v4.18.0 // indirect | ||
| github.com/klauspost/compress v1.17.0 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
| github.com/libdns/libdns v0.2.1 // indirect | ||
| github.com/jackc/pgx/v5 v5.6.0 // indirect | ||
| github.com/jackc/puddle/v2 v2.2.1 // indirect | ||
| github.com/klauspost/compress v1.18.2 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect | ||
| github.com/libdns/libdns v1.1.1 // indirect | ||
| github.com/manifoldco/promptui v0.9.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.8 // indirect | ||
| github.com/mattn/go-isatty v0.0.16 // indirect | ||
| github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
| github.com/mholt/acmez v1.2.0 // indirect | ||
| github.com/micromdm/scep/v2 v2.1.0 // indirect | ||
| github.com/miekg/dns v1.1.55 // indirect | ||
| github.com/mholt/acmez/v3 v3.1.4 // indirect | ||
| github.com/miekg/dns v1.1.69 // indirect | ||
| github.com/mitchellh/copystructure v1.2.0 // indirect | ||
| github.com/mitchellh/go-ps v1.0.0 // indirect | ||
| github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
| github.com/onsi/ginkgo/v2 v2.9.5 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/prometheus/client_golang v1.15.1 // indirect | ||
| github.com/prometheus/client_model v0.4.0 // indirect | ||
| github.com/prometheus/common v0.42.0 // indirect | ||
| github.com/prometheus/procfs v0.9.0 // indirect | ||
| github.com/quic-go/qpack v0.4.0 // indirect | ||
| github.com/quic-go/qtls-go1-20 v0.4.1 // indirect | ||
| github.com/quic-go/quic-go v0.40.0 // indirect | ||
| github.com/prometheus/client_golang v1.23.2 // indirect | ||
| github.com/prometheus/client_model v0.6.2 // indirect | ||
| github.com/prometheus/common v0.67.4 // indirect | ||
| github.com/prometheus/procfs v0.19.2 // indirect | ||
| github.com/quic-go/qpack v0.6.0 // indirect | ||
| github.com/quic-go/quic-go v0.58.0 // indirect | ||
| github.com/rs/xid v1.6.0 // indirect | ||
| github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
| github.com/segmentio/backo-go v1.0.1 // indirect | ||
| github.com/shopspring/decimal v1.2.0 // indirect | ||
| github.com/shopspring/decimal v1.4.0 // indirect | ||
| github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
| github.com/slackhq/nebula v1.6.1 // indirect | ||
| github.com/smallstep/certificates v0.25.0 // indirect | ||
| github.com/smallstep/nosql v0.6.0 // indirect | ||
| github.com/smallstep/truststore v0.12.1 // indirect | ||
| github.com/spf13/cast v1.4.1 // indirect | ||
| github.com/spf13/cobra v1.7.0 // indirect | ||
| github.com/spf13/pflag v1.0.5 // indirect | ||
| github.com/slackhq/nebula v1.9.7 // indirect | ||
| github.com/smallstep/certificates v0.29.0 // indirect | ||
| github.com/smallstep/cli-utils v0.12.2 // indirect | ||
| github.com/smallstep/linkedca v0.25.0 // indirect | ||
| github.com/smallstep/nosql v0.7.0 // indirect | ||
| github.com/smallstep/pkcs7 v0.2.1 // indirect | ||
| github.com/smallstep/scep v0.0.0-20250318231241-a25cabb69492 // indirect | ||
| github.com/smallstep/truststore v0.13.0 // indirect | ||
| github.com/spf13/cast v1.7.0 // indirect | ||
| github.com/spf13/cobra v1.10.2 // indirect | ||
| github.com/spf13/pflag v1.0.10 // indirect | ||
| github.com/stoewer/go-strcase v1.2.0 // indirect | ||
| github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046 // indirect | ||
| github.com/urfave/cli v1.22.14 // indirect | ||
| github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55 // indirect | ||
| github.com/tailscale/tscert v0.0.0-20251216020129-aea342f6d747 // indirect | ||
| github.com/urfave/cli v1.22.17 // indirect | ||
| github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect | ||
| github.com/zeebo/blake3 v0.2.3 // indirect | ||
| go.etcd.io/bbolt v1.3.7 // indirect | ||
| go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect | ||
| go.step.sm/cli-utils v0.8.0 // indirect | ||
| go.step.sm/crypto v0.35.1 // indirect | ||
| go.step.sm/linkedca v0.20.1 // indirect | ||
| go.uber.org/mock v0.3.0 // indirect | ||
| github.com/zeebo/blake3 v0.2.4 // indirect | ||
| go.etcd.io/bbolt v1.3.10 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect | ||
| go.opentelemetry.io/otel v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.39.0 // indirect | ||
| go.step.sm/crypto v0.75.0 // indirect | ||
| go.uber.org/automaxprocs v1.6.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| golang.org/x/crypto v0.36.0 // indirect | ||
| golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0 // indirect | ||
| golang.org/x/mod v0.17.0 // indirect | ||
| golang.org/x/net v0.25.0 // indirect | ||
| golang.org/x/sync v0.12.0 // indirect | ||
| golang.org/x/sys v0.31.0 // indirect | ||
| golang.org/x/term v0.30.0 // indirect | ||
| golang.org/x/text v0.23.0 // indirect | ||
| golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect | ||
| google.golang.org/grpc v1.59.0 // indirect | ||
| google.golang.org/protobuf v1.31.0 // indirect | ||
| gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| go.uber.org/zap/exp v0.3.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.3 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/crypto v0.46.0 // indirect | ||
| golang.org/x/crypto/x509roots/fallback v0.0.0-20250927194341-2beaa59a3c99 // indirect | ||
| golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect | ||
| golang.org/x/mod v0.30.0 // indirect | ||
| golang.org/x/net v0.48.0 // indirect | ||
| golang.org/x/oauth2 v0.33.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | ||
| golang.org/x/sys v0.39.0 // indirect | ||
| golang.org/x/term v0.38.0 // indirect | ||
| golang.org/x/text v0.32.0 // indirect | ||
| golang.org/x/time v0.14.0 // indirect | ||
| golang.org/x/tools v0.39.0 // indirect | ||
| google.golang.org/api v0.256.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect | ||
| google.golang.org/grpc v1.77.0 // indirect | ||
| google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect | ||
| google.golang.org/protobuf v1.36.10 // indirect | ||
| howett.net/plist v1.0.0 // indirect | ||
| ) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, i see caddy 2.10 has go built-in now as the base image