Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps github.com/gin-gonic/gin from 1.10.1 to 1.11.0.

Release notes

Sourced from github.com/gin-gonic/gin's releases.

v1.11.0

Changelog

Features

  • 6ca8ddb1aed78d9ffaf984e5489111838242fedb: feat(binding): add BindPlain (#3904) (@​guonaihong)
  • 4ccfa7c275c449990818e46759d5974a953cc1c1: feat(binding): add support for unixMilli and unixMicro (#4190) (@​takanuva15)
  • 9d7c0e9e1a301f417df9dc89a8cadc3bf9063db2: feat(context): GetXxx added support for more go native types (#3633) (@​CC11001100)
  • fb09c825e8e13134daaa90debfda198520e1b347: feat(context): add SetCookieData (#4240) (@​Narita-1095305)
  • f05f966a0824b1d302ee556183e2579c91954266: feat(form): Support default values for collections in form binding (#4048) (@​takanuva15)
  • 3cb30679b5e3021db16c776ed7e70d380586e9ce: feat(form): add array collection format in form binding (#3986) (@​slowhigh)
  • 24d67647cb9b4e0bbdcdec7f0c2086e8004e1572: feat(form): add custom string slice for form tag unmarshal (#3970) (#3971) (@​bruceNu1l)
  • 8791c96960e719ff2f41e24163c5898656cee474: feat(fs): Export, test and document OnlyFilesFS (#3939) (@​joeig)
  • 71496abe6836462e2ed70436b7d72ea2a3585417: feat(fs): Implement loading HTML from http.FileSystem (#4053) (@​sunshineplan)
  • 3ac729dc4a497d360a23b9d7e766c622b3c99f51: feat(gin): support http3 using quic-go/quic-go (#3210) (@​thinkerou)
  • 4621b7ac982335d9a74432e182dd2bfc6d841431: feat(router): add literal colon support (#1432) (#2857) (@​wssccc)
  • dbd8a2515093ad47cadc5c1fface89861a0b765c: feat: added AbortWithStatusPureJSON() in Context (#4290) (@​ddevsr)
  • 688a429d19d8c804447bb889d3635e2c31a5564d: feat: support custom json codec at runtime (#3391) (@​timandy)

Bug fixes

  • 8fb3136664254d7c592127f00d52849caba18a67: Revert "fix(time): binding time with empty value (#4103)" (#4245) (@​appleboy)
  • e737e3e267beb4dc3bab16cc8be59e3902d98a94: fix(binding): prevent duplicate decoding and add validation in decodeToml (#4193) (@​revevide)
  • 4f339e6a35b163d31b30916b37f4176d385f41bd: fix(context): YAML judgment logic in Negotiate (#3966) (@​RedCrazyGhost)
  • 36b0dede4b8c4a67d92c4107cebc5a068364321d: fix(context): check handler is nil (#3413) (@​hktalent)
  • e0d46ded6cb6974d55a255ab122d1aa6ca0cd60e: fix(context): verify URL is Non-nil in initQueryCache() (#3969) (@​adrianosela)
  • dd33ff793861cee3baa77d575ff319119c366f3a: fix(docs): missing go markdown codeblock (#4266) (@​vdusart)
  • b38c59de7fef67400a1c98efeae700a689c45783: fix(errors): change Unwrap method receiver to value type (#4232) (@​OrkhanAlikhanov)
  • 28e57f58b184b2305ace192e02496bb89f6fd8cb: fix(form): Set default value for form fields (#4047) (@​ahmadSaeedGoda)
  • 626d55b0c02937645c21774cacc021713de88604: fix(gin): Do not panic when handling method not allowed on empty tree (#4003) (@​phsym)
  • 7d147928ee232fce156ea7ce8ae6329e148aeb41: fix(gin): data race warning for gin mode (#1580) (@​kplachkov)
  • c677ccc40a60386565dd0d755efacb85d153feca: fix(go): invalid Go toolchain version (#3961) (@​thinkerou)
  • 3319038418656a268c889393cb2dd4224c4469ec: fix(readme): fix broken link to English documentation (#4222) (@​eduardo-ax)
  • 674522db91d637d179c16c372d87756ea26fa089: fix(time): binding time with empty value (#4103) (@​ksw2000)
  • ea53388e6ee4a6a0a1647b390c56eeed780e7e56: fix(tree): Keep panic infos consistent when wildcard type build faild (#4077) (@​kingcanfish)
  • 8763f33c65f7df8be5b9fe7504ab7fcf20abb41d: fix: prevent middleware re-entry issue in HandleContext (#3987) (@​bound2)
  • 7a1b655074c313f9491c83bb8ea164cdc4a9afe9: fix: sonic on arm64 (#4234) (@​yashgorana)
  • 5826722a87cf5855fcc4b794cbef11612352771d: fix: version number discrepancy (#4299) (@​suwakei)

Enhancements

  • 40725d85badd647870df6f9fa7a75ac76341f804: chore(bind): return 413 status code when error is http.MaxBytesError (#4227) (@​ItalyPaleAle)
  • f875d8728306c2c2c6f504900ab08cd1d8c47f12: chore(context): test context initialization and handler logic (#4087) (@​appleboy)
  • e7693e67c23005743502962d3bb9839a354d6688: chore(deps): bump actions/setup-go from 5 to 6 (#4351) (@​dependabot[bot])
  • afa0c31d97e1b112ccfe7652957f7d8514580c72: chore(deps): bump github.com/gin-contrib/sse from 0.1.0 to 1.1.0 (#4216) (@​dependabot[bot])
  • 255af882db4baf0ed6209f1a5471f1663c5d0060: chore(deps): bump github.com/go-playground/validator/v10 (#4208) (@​dependabot[bot])
  • 545fd74379a0b167a918e38626ae5f7eb83fb243: chore(deps): bump github.com/go-playground/validator/v10 (#4289) (@​dependabot[bot])
  • c3c8620a7fb4e09c7845feca4e8e8a8678a2685d: chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (#4052) (@​dependabot[bot])
  • cf32d2dcf8c7534f59727c5e213e45f2412c593a: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.4 (#4212) (@​dependabot[bot])
  • bb824731032856460aa3ffc23bd90e11bf7d5199: chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.50.1 (#4197) (@​dependabot[bot])
  • 61c2b1c28f0c5a754330545e31f02cd6d6f7944e: chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (#4250) (@​dependabot[bot])
  • b7d6308bcc84066df79a047ae363a6120fe87808: chore(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (#4281) (@​dependabot[bot])
  • 077a2f39c85700ba0823f85ed29cec0c8f2cbdfc: chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (#4328) (@​dependabot[bot])
  • 46150257b3eec60e3e0bf1cee7c03439099aef83: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#4347) (@​dependabot[bot])
  • a6287825c95821a378a34f8a5c9139ea1f6ebd96: chore(deps): bump github.com/ugorji/go/codec from 1.2.12 to 1.3.0 (#4268) (@​dependabot[bot])
  • cc4e11438cd6c0bcc632fe3492d3817dfa21c337: chore(deps): bump golang.org/x/net from 0.25.0 to 0.27.0 (#4013) (@​dependabot[bot])

... (truncated)

Changelog

Sourced from github.com/gin-gonic/gin's changelog.

Gin v1.11.0

Features

  • feat(gin): Experimental support for HTTP/3 using quic-go/quic-go (#3210)
  • feat(form): add array collection format in form binding (#3986), add custom string slice for form tag unmarshal (#3970)
  • feat(binding): add BindPlain (#3904)
  • feat(fs): Export, test and document OnlyFilesFS (#3939)
  • feat(binding): add support for unixMilli and unixMicro (#4190)
  • feat(form): Support default values for collections in form binding (#4048)
  • feat(context): GetXxx added support for more go native types (#3633)

Enhancements

  • perf(context): optimize getMapFromFormData performance (#4339)
  • refactor(tree): replace string(/) with "/" in node.insertChild (#4354)
  • refactor(render): remove headers parameter from writeHeader (#4353)
  • refactor(context): simplify "GetType()" functions (#4080)
  • refactor(slice): simplify SliceValidationError Error method (#3910)
  • refactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (#4181)
  • refactor(context): refactor context handling and improve test robustness (#4066)
  • refactor(binding): use strings.Cut to replace strings.Index (#3522)
  • refactor(context): add an optional permission parameter to SaveUploadedFile (#4068)
  • refactor(context): verify URL is Non-nil in initQueryCache() (#3969)
  • refactor(context): YAML judgment logic in Negotiate (#3966)
  • tree: replace the self-defined 'min' to official one (#3975)
  • context: Remove redundant filepath.Dir usage (#4181)

Bug Fixes

  • fix: prevent middleware re-entry issue in HandleContext (#3987)
  • fix(binding): prevent duplicate decoding and add validation in decodeToml (#4193)
  • fix(gin): Do not panic when handling method not allowed on empty tree (#4003)
  • fix(gin): data race warning for gin mode (#1580)
  • fix(context): verify URL is Non-nil in initQueryCache() (#3969)
  • fix(context): YAML judgment logic in Negotiate (#3966)
  • fix(context): check handler is nil (#3413)
  • fix(readme): fix broken link to English documentation (#4222)
  • fix(tree): Keep panic infos consistent when wildcard type build faild (#4077)

Build process updates / CI

  • ci: integrate Trivy vulnerability scanning into CI workflow (#4359)
  • ci: support Go 1.25 in CI/CD (#4341)
  • build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (#4342)
  • ci: add Go version 1.24 to GitHub Actions (#4154)
  • build: update Gin minimum Go version to 1.21 (#3960)
  • ci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (#4010, #4091, #4090)
  • ci(lint): update workflows and improve test request consistency (#4126)

... (truncated)

Commits
  • 6ad6205 docs(changelog): upgrade Gin to v1.11.0 and add release notes (#4361)
  • 7858527 docs(changelog): update release notes for Gin v1.10.1 (#4360)
  • cb000f5 ci: integrate Trivy vulnerability scanning into CI workflow (#4359)
  • 2119046 ci: support Go 1.25 (#4341)
  • da372fc build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (#4342)
  • e198f6e refactor(render): remove headers parameter from writeHeader (#4353)
  • cca98d2 chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (#4356)
  • 9b1e353 refactor(tree): replace string(/) with "/" in node.insertChild (#4354)
  • f9bd00a perf(context): optimize getMapFromFormData performance (#4339)
  • 28172fa chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (#4346)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 30, 2025
@dependabot dependabot bot requested a review from acouvreur as a code owner September 30, 2025 01:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 30, 2025
@codecov
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@github-actions
Copy link

github-actions bot commented Sep 30, 2025

┌──────────────────────────────────────────────────────────────────────────────────────┐
│ Diff between sablier_v1.10.1_linux-amd64 and sablier_draft_linux-amd64               │
├──────────┬───────────────────────────────────────────┬──────────┬──────────┬─────────┤
│ PERCENT  │ NAME                                      │ OLD SIZE │ NEW SIZE │ DIFF    │
├──────────┼───────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +100%    │ github.com/quic-go/quic-go                │          │ 1.0 MB   │ +1.0 MB │
│ +100%    │ github.com/goccy/go-yaml                  │          │ 665 kB   │ +665 kB │
│ +2.67%   │ k8s.io/api                                │ 17 MB    │ 17 MB    │ +453 kB │
│ +3.34%   │ k8s.io/client-go                          │ 12 MB    │ 13 MB    │ +412 kB │
│ +100%    │ go.yaml.in/yaml/v3                        │          │ 299 kB   │ +299 kB │
│ +100%    │ sigs.k8s.io/structured-merge-diff/v6      │          │ 262 kB   │ +262 kB │
│ +100%    │ go.yaml.in/yaml/v2                        │          │ 259 kB   │ +259 kB │
│ +21.20%  │ golang.org/x/net                          │ 672 kB   │ 814 kB   │ +142 kB │
│ +11.30%  │ golang.org/x/crypto                       │ 637 kB   │ 709 kB   │ +72 kB  │
│ +258.20% │ github.com/spf13/cast                     │ 28 kB    │ 100 kB   │ +72 kB  │
│ +6.19%   │ <autogenerated>                           │ 690 kB   │ 733 kB   │ +43 kB  │
│ +14.10%  │ github.com/gin-gonic/gin                  │ 260 kB   │ 296 kB   │ +37 kB  │
│ +10.98%  │ slices                                    │ 285 kB   │ 316 kB   │ +31 kB  │
│ +100%    │ github.com/quic-go/qpack                  │          │ 26 kB    │ +26 kB  │
│ +10.72%  │ github.com/fxamacker/cbor/v2              │ 240 kB   │ 266 kB   │ +26 kB  │
│ +135.29% │ github.com/sourcegraph/conc               │ 16 kB    │ 37 kB    │ +21 kB  │
│ +1.08%   │ google.golang.org/protobuf                │ 1.7 MB   │ 1.7 MB   │ +18 kB  │
│ +100%    │ github.com/pmezard/go-difflib             │          │ 16 kB    │ +16 kB  │
│ +25.68%  │ golang.org/x/sys                          │ 60 kB    │ 75 kB    │ +15 kB  │
│ +0.93%   │ net                                       │ 1.5 MB   │ 1.5 MB   │ +14 kB  │
│ +79.17%  │ github.com/samber/slog-gin                │ 17 kB    │ 30 kB    │ +13 kB  │
│ +5.86%   │ sigs.k8s.io/json                          │ 148 kB   │ 156 kB   │ +8.7 kB │
│ +3.18%   │ math                                      │ 268 kB   │ 277 kB   │ +8.5 kB │
│ +2.75%   │ github.com/go-playground/validator/v10    │ 302 kB   │ 311 kB   │ +8.3 kB │
│ +0.45%   │ crypto                                    │ 1.7 MB   │ 1.7 MB   │ +7.7 kB │
│ +10.48%  │ sync                                      │ 70 kB    │ 77 kB    │ +7.3 kB │
│ +652.24% │ github.com/opencontainers/runtime-tools   │ 735 B    │ 5.5 kB   │ +4.8 kB │
│ +9.82%   │ context                                   │ 40 kB    │ 44 kB    │ +4.0 kB │
│ +0.90%   │ github.com/spf13/pflag                    │ 278 kB   │ 281 kB   │ +2.5 kB │
│ +3.51%   │ github.com/spf13/viper                    │ 64 kB    │ 67 kB    │ +2.3 kB │
│ +2.27%   │ github.com/go-viper/mapstructure/v2       │ 83 kB    │ 85 kB    │ +1.9 kB │
│ +4.50%   │ k8s.io/utils                              │ 27 kB    │ 28 kB    │ +1.2 kB │
│ +0.13%   │ runtime                                   │ 848 kB   │ 849 kB   │ +1.1 kB │
│ +10.53%  │ internal/runtime/atomic                   │ 10 kB    │ 11 kB    │ +1.1 kB │
│ +17.31%  │ github.com/sagikazarmark/locafero         │ 6.0 kB   │ 7.1 kB   │ +1.0 kB │
│ +0.23%   │ github.com/spf13/cobra                    │ 226 kB   │ 227 kB   │ +531 B  │
│ +0.41%   │ github.com/opencontainers/cgroups         │ 122 kB   │ 122 kB   │ +500 B  │
│ +0.15%   │ text/template                             │ 264 kB   │ 264 kB   │ +394 B  │
│ +2.13%   │ github.com/docker/go-connections          │ 12 kB    │ 12 kB    │ +252 B  │
│ +0.09%   │ os                                        │ 203 kB   │ 203 kB   │ +187 B  │
│ +0.01%   │ github.com/containers/storage             │ 1.5 MB   │ 1.5 MB   │ +90 B   │
│ +2.03%   │ internal/lazyregexp                       │ 1.4 kB   │ 1.4 kB   │ +28 B   │
│ +0.01%   │ github.com/json-iterator/go               │ 420 kB   │ 420 kB   │ +27 B   │
│ +0.01%   │ github.com/ulikunitz/xz                   │ 160 kB   │ 160 kB   │ +19 B   │
│ +0.00%   │ k8s.io/kube-openapi                       │ 447 kB   │ 447 kB   │ +17 B   │
│ +0.03%   │ github.com/containers/ocicrypt            │ 51 kB    │ 51 kB    │ +15 B   │
│ +0.06%   │ github.com/opencontainers/go-digest       │ 21 kB    │ 22 kB    │ +13 B   │
│ +0.13%   │ github.com/gin-contrib/sse                │ 9.3 kB   │ 9.3 kB   │ +12 B   │
│ +0.02%   │ github.com/sigstore/protobuf-specs        │ 46 kB    │ 46 kB    │ +11 B   │
│ +0.00%   │ go.opentelemetry.io/otel                  │ 336 kB   │ 336 kB   │ +10 B   │
│ +0.02%   │ github.com/davecgh/go-spew                │ 49 kB    │ 49 kB    │ +9 B    │
│ +0.01%   │ github.com/containers/podman/v5           │ 84 kB    │ 84 kB    │ +9 B    │
│ +0.04%   │ github.com/google/go-intervals            │ 20 kB    │ 20 kB    │ +8 B    │
│ +0.02%   │ github.com/go-logr/logr                   │ 52 kB    │ 52 kB    │ +8 B    │
│ +0.02%   │ sigs.k8s.io/randfill                      │ 35 kB    │ 35 kB    │ +7 B    │
│ +0.20%   │ golang.org/x/term                         │ 3.5 kB   │ 3.5 kB   │ +7 B    │
│ +0.00%   │ github.com/klauspost/compress             │ 490 kB   │ 490 kB   │ +7 B    │
│ +0.00%   │ github.com/gabriel-vasile/mimetype        │ 217 kB   │ 217 kB   │ +6 B    │
│ +0.04%   │ golang.org/x/time                         │ 17 kB    │ 17 kB    │ +6 B    │
│ +0.01%   │ github.com/containers/libtrust            │ 56 kB    │ 56 kB    │ +6 B    │
│ +0.00%   │ encoding/json                             │ 158 kB   │ 158 kB   │ +6 B    │
│ +0.01%   │ github.com/leodido/go-urn                 │ 56 kB    │ 56 kB    │ +5 B    │
│ +0.01%   │ github.com/golang/protobuf                │ 33 kB    │ 33 kB    │ +4 B    │
│ +0.01%   │ github.com/distribution/reference         │ 37 kB    │ 37 kB    │ +4 B    │
│ +0.03%   │ github.com/go-openapi/swag                │ 10 kB    │ 10 kB    │ +3 B    │
│ +0.13%   │ golang.org/x/sync                         │ 2.2 kB   │ 2.2 kB   │ +3 B    │
│ +0.00%   │ archive/tar                               │ 79 kB    │ 79 kB    │ +2 B    │
│ +0.02%   │ github.com/subosito/gotenv                │ 8.8 kB   │ 8.8 kB   │ +2 B    │
│ +0.02%   │ compress/zlib                             │ 8.7 kB   │ 8.7 kB   │ +2 B    │
│ +0.01%   │ github.com/skeema/knownhosts              │ 14 kB    │ 14 kB    │ +2 B    │
│ +0.01%   │ github.com/stefanberger/go-pkcs11uri      │ 18 kB    │ 18 kB    │ +1 B    │
│ +0.00%   │ hash                                      │ 25 kB    │ 25 kB    │ +1 B    │
│ +0.01%   │ encoding/csv                              │ 12 kB    │ 12 kB    │ +1 B    │
│ +0.01%   │ github.com/moby/sys/mountinfo             │ 11 kB    │ 11 kB    │ +1 B    │
│ +0.00%   │ github.com/sylabs/sif/v2                  │ 22 kB    │ 22 kB    │ +1 B    │
│ +0.00%   │ encoding/xml                              │ 121 kB   │ 121 kB   │ +1 B    │
│ -0.00%   │ github.com/vbauerster/mpb/v8              │ 90 kB    │ 90 kB    │ -1 B    │
│ -0.17%   │ github.com/containers/buildah             │ 598 B    │ 597 B    │ -1 B    │
│ -0.00%   │ github.com/gogo/protobuf                  │ 500 kB   │ 500 kB   │ -1 B    │
│ -0.00%   │ github.com/vbatts/tar-split               │ 75 kB    │ 75 kB    │ -1 B    │
│ -0.00%   │ github.com/lmittmann/tint                 │ 33 kB    │ 33 kB    │ -1 B    │
│ -0.00%   │ github.com/kevinburke/ssh_config          │ 64 kB    │ 64 kB    │ -2 B    │
│ -0.23%   │ github.com/mailru/easyjson                │ 1.3 kB   │ 1.3 kB   │ -3 B    │
│ -0.04%   │ embed                                     │ 11 kB    │ 11 kB    │ -4 B    │
│ -0.02%   │ vendor/golang.org/x/crypto/cryptobyte     │ 25 kB    │ 25 kB    │ -5 B    │
│ -0.02%   │ github.com/tchap/go-patricia/v2           │ 26 kB    │ 26 kB    │ -5 B    │
│ -0.00%   │ golang.org/x/text                         │ 153 kB   │ 153 kB   │ -5 B    │
│ -0.03%   │ github.com/spf13/afero                    │ 20 kB    │ 20 kB    │ -6 B    │
│ -0.00%   │ github.com/pelletier/go-toml/v2           │ 207 kB   │ 207 kB   │ -7 B    │
│ -0.01%   │ github.com/sirupsen/logrus                │ 82 kB    │ 82 kB    │ -9 B    │
│ -0.02%   │ github.com/cyphar/filepath-securejoin     │ 57 kB    │ 57 kB    │ -9 B    │
│ -0.02%   │ github.com/docker/distribution            │ 44 kB    │ 44 kB    │ -10 B   │
│ -0.01%   │ google.golang.org/genproto/googleapis/api │ 110 kB   │ 110 kB   │ -13 B   │
│ -0.05%   │ github.com/klauspost/pgzip                │ 29 kB    │ 29 kB    │ -15 B   │
│ -0.01%   │ github.com/BurntSushi/toml                │ 158 kB   │ 158 kB   │ -16 B   │
│ -0.02%   │ github.com/coreos/go-systemd/v22          │ 83 kB    │ 83 kB    │ -16 B   │
│ -0.01%   │ github.com/godbus/dbus/v5                 │ 329 kB   │ 329 kB   │ -24 B   │
│ -0.03%   │ syscall                                   │ 94 kB    │ 93 kB    │ -26 B   │
│ -0.04%   │ image                                     │ 81 kB    │ 81 kB    │ -31 B   │
│ -0.05%   │ go.opentelemetry.io/auto/sdk              │ 82 kB    │ 82 kB    │ -39 B   │
│ -0.00%   │ google.golang.org/grpc                    │ 1.0 MB   │ 1.0 MB   │ -41 B   │
│ -0.02%   │ github.com/go-jose/go-jose/v4             │ 252 kB   │ 252 kB   │ -47 B   │
│ -0.01%   │ github.com/containers/image/v5            │ 1.3 MB   │ 1.3 MB   │ -172 B  │
│ -0.24%   │ github.com/containers/common              │ 79 kB    │ 78 kB    │ -187 B  │
│ -1.33%   │ github.com/google/uuid                    │ 22 kB    │ 21 kB    │ -289 B  │
│ -0.27%   │ github.com/emicklei/go-restful/v3         │ 118 kB   │ 117 kB   │ -323 B  │
│ -0.15%   │ github.com/google/go-cmp                  │ 289 kB   │ 289 kB   │ -423 B  │
│ -0.96%   │ strings                                   │ 54 kB    │ 54 kB    │ -521 B  │
│ -0.48%   │ log                                       │ 115 kB   │ 114 kB   │ -547 B  │
│ -1.44%   │ bytes                                     │ 39 kB    │ 38 kB    │ -559 B  │
│ -11.66%  │ errors                                    │ 6.3 kB   │ 5.6 kB   │ -737 B  │
│ -16.29%  │ internal/bytealg                          │ 6.3 kB   │ 5.3 kB   │ -1.0 kB │
│ -1.52%   │ k8s.io/klog/v2                            │ 114 kB   │ 112 kB   │ -1.7 kB │
│ -0.73%   │ reflect                                   │ 318 kB   │ 315 kB   │ -2.3 kB │
│ -0.16%   │ github.com/google/gnostic-models          │ 1.5 MB   │ 1.5 MB   │ -2.5 kB │
│ -100%    │ github.com/syndtr/gocapability            │ 3.8 kB   │          │ -3.8 kB │
│ -47.81%  │ encoding/pem                              │ 8.4 kB   │ 4.4 kB   │ -4.0 kB │
│ -1.90%   │ gopkg.in/yaml.v3                          │ 299 kB   │ 294 kB   │ -5.7 kB │
│ -0.71%   │ k8s.io/apimachinery                       │ 1.7 MB   │ 1.7 MB   │ -12 kB  │
│ -10.48%  │ github.com/sablierapp/sablier             │ 205 kB   │ 183 kB   │ -22 kB  │
│ -5.85%   │ github.com/docker/docker                  │ 417 kB   │ 393 kB   │ -24 kB  │
│ -100%    │ sigs.k8s.io/structured-merge-diff/v4      │ 258 kB   │          │ -258 kB │
│ -91.42%  │ sigs.k8s.io/yaml                          │ 285 kB   │ 24 kB    │ -260 kB │
│ -74.94%  │ github.com/modern-go/reflect2             │ 545 kB   │ 136 kB   │ -408 kB │
├──────────┼───────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +5.09%   │ .rodata                                   │ 11 MB    │ 12 MB    │ +582 kB │
│ +5.00%   │ .data                                     │ 248 kB   │ 260 kB   │ +12 kB  │
│ +0.86%   │ .noptrdata                                │ 900 kB   │ 908 kB   │ +7.7 kB │
│ +5.04%   │ .typelink                                 │ 104 kB   │ 109 kB   │ +5.2 kB │
│ +5.45%   │ .itablink                                 │ 35 kB    │ 37 kB    │ +1.9 kB │
│ +3.53%   │ .go.buildinfo                             │ 14 kB    │ 14 kB    │ +496 B  │
├──────────┼───────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +5.24%   │ sablier_v1.10.1_linux-amd64               │ 64 MB    │ 67 MB    │ +3.3 MB │
│          │ sablier_draft_linux-amd64                 │          │          │         │
└──────────┴───────────────────────────────────────────┴──────────┴──────────┴─────────┘

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gin-gonic/gin-1.11.0 branch from caa665f to 2b22a0b Compare October 22, 2025 01:51
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.10.1...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gin-gonic/gin-1.11.0 branch from 2b22a0b to 1ba4a54 Compare October 23, 2025 00:20
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants