go-fuego
fuego
BlogDocsChangelog

chore(deps): bump the all group across 8 directories with 8 updates

#667
Comparing
dependabot/go_modules/all-5d2c23953b
(
95f1cd6
) with
main
(
1f3272a
)
CodSpeed Performance Gauge
-16%
Regressions
2
Untouched
17

Benchmarks

Failed

string_body
ctx_test.go::BenchmarkContext_Body
Regression
CodSpeed Performance Gauge
-16%
17.1 µs20.4 µs
fuego_server_and_std_post
net_http_mux_test.go::BenchmarkRequest
Regression
CodSpeed Performance Gauge
-15%
42.3 µs49.8 µs

Passed

valid_JSON_body
ctx_test.go::BenchmarkContext_Body
CodSpeed Performance Gauge
+6%
19.5 µs18.4 µs
BenchmarkReadString
deserialization_test.go
CodSpeed Performance Gauge
+5%
516 ns492 ns
BenchmarkRoutesRegistration
openapi_test.go
CodSpeed Performance Gauge
+2%
6.8 ms6.6 ms
BenchmarkServer_generateOpenAPI
openapi_test.go
CodSpeed Performance Gauge
0%
58.4 ms58.2 ms
BenchmarkHTTPError_PublicError
errors_test.go
CodSpeed Performance Gauge
0%
420 ns420 ns
empty
params_test.go::BenchmarkParsePathParams
CodSpeed Performance Gauge
0%
22 ns22 ns
valid_JSON_body_cache
ctx_test.go::BenchmarkContext_Body
CodSpeed Performance Gauge
0%
15 ns15 ns
several_path_params
params_test.go::BenchmarkParsePathParams
CodSpeed Performance Gauge
0%
1.7 µs1.7 µs
fuego_server_and_fuego_post
net_http_mux_test.go::BenchmarkRequest
CodSpeed Performance Gauge
-1%
59.2 µs59.5 µs
BenchmarkReadJSON
deserialization_test.go
CodSpeed Performance Gauge
-1%
4.8 µs4.9 µs
pointer_to_nil
serialization_test.go::BenchmarkOutTransform
CodSpeed Performance Gauge
-1%
73 ns74 ns
value
serialization_test.go::BenchmarkOutTransform
CodSpeed Performance Gauge
-2%
213 ns217 ns
BenchmarkRender
html_test.go
CodSpeed Performance Gauge
-2%
90.5 µs92.3 µs
pointer_to_value
serialization_test.go::BenchmarkOutTransform
CodSpeed Performance Gauge
-2%
262 ns268 ns
std_server_and_std_post
net_http_mux_test.go::BenchmarkRequest
CodSpeed Performance Gauge
-3%
19.3 µs19.9 µs
camelToHuman
net_http_mux_test.go::BenchmarkCamelToHuman
CodSpeed Performance Gauge
-3%
308 ns319 ns
invalid_JSON_body
ctx_test.go::BenchmarkContext_Body
CodSpeed Performance Gauge
-4%
18.8 µs19.6 µs

Commits

Click on a commit to change the comparison range
Base
main
1f3272a
-16.18%
chore(deps): bump the all group across 8 directories with 8 updates Bumps the all group with 1 update in the / directory: [github.com/go-playground/validator/v10](https://github.com/go-playground/validator). Bumps the all group with 1 update in the /cmd/fuego directory: [golang.org/x/text](https://github.com/golang/text). Bumps the all group with 1 update in the /examples/acme-tls directory: [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic). Bumps the all group with 1 update in the /examples/echo-compat directory: [github.com/labstack/echo/v4](https://github.com/labstack/echo). Bumps the all group with 3 updates in the /examples/full-app-gourmet directory: [golang.org/x/text](https://github.com/golang/text), [github.com/a-h/templ](https://github.com/a-h/templ) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Bumps the all group with 1 update in the /examples/generate-opengraph-image directory: [golang.org/x/image](https://github.com/golang/image). Bumps the all group with 1 update in the /extra/fuegoecho directory: [github.com/labstack/echo/v4](https://github.com/labstack/echo). Bumps the all group with 1 update in the /extra/sqlite3 directory: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3). Updates `github.com/go-playground/validator/v10` from 10.29.0 to 10.30.1 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.29.0...v10.30.1) Updates `golang.org/x/text` from 0.32.0 to 0.33.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.32.0...v0.33.0) Updates `golang.org/x/text` from 0.32.0 to 0.33.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.32.0...v0.33.0) Updates `github.com/caddyserver/certmagic` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/caddyserver/certmagic/releases) - [Commits](https://github.com/caddyserver/certmagic/compare/v0.25.0...v0.25.1) Updates `github.com/labstack/echo/v4` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.14.0...v4.15.0) Updates `github.com/labstack/echo/v4` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.14.0...v4.15.0) Updates `golang.org/x/text` from 0.32.0 to 0.33.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.32.0...v0.33.0) Updates `github.com/a-h/templ` from 0.3.960 to 0.3.977 - [Release notes](https://github.com/a-h/templ/releases) - [Commits](https://github.com/a-h/templ/compare/v0.3.960...v0.3.977) Updates `golang.org/x/text` from 0.32.0 to 0.33.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.32.0...v0.33.0) Updates `modernc.org/sqlite` from 1.40.1 to 1.43.0 - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.40.1...v1.43.0) Updates `golang.org/x/image` from 0.34.0 to 0.35.0 - [Commits](https://github.com/golang/image/compare/v0.34.0...v0.35.0) Updates `github.com/labstack/echo/v4` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.14.0...v4.15.0) Updates `github.com/labstack/echo/v4` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.14.0...v4.15.0) Updates `github.com/mattn/go-sqlite3` from 1.14.32 to 1.14.33 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.32...v1.14.33) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.30.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/text dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/text dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/caddyserver/certmagic dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/text dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/a-h/templ dependency-version: 0.3.977 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: golang.org/x/text dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: modernc.org/sqlite dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/image dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
95f1cd6
17 hours ago
by dependabot[bot]
© 2026 CodSpeed Technology
Home Terms Privacy Docs