Skip to content

fix(deps): update go dependencies#24

Merged
ullbergm merged 1 commit intomainfrom
renovate/go-dependencies
Feb 20, 2026
Merged

fix(deps): update go dependencies#24
ullbergm merged 1 commit intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/air-verse/air v1.64.4v1.64.5 age confidence
github.com/gofiber/fiber/v2 v2.52.10v2.52.11 age confidence
github.com/gofiber/template/html/v3 v3.0.1v3.0.2 age confidence
github.com/securego/gosec/v2 v2.22.11v2.23.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

air-verse/air (github.com/air-verse/air)

v1.64.5

Compare Source

What's Changed

  • Officially documented Homebrew installation support (brew install go-air) in README.md by @​alesker in #​879

New Contributors

Full Changelog: air-verse/air@v1.64.4...v1.64.5

gofiber/fiber (github.com/gofiber/fiber/v2)

v2.52.11

Compare Source

What's Changed

🧹 Updates
🐛 Bug Fixes

Full Changelog: gofiber/fiber@v2.52.10...v2.52.11

securego/gosec (github.com/securego/gosec/v2)

v2.23.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am on monday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added area/services Changes to services type/dependencies Dependency updates labels Feb 2, 2026
@renovate renovate bot requested a review from ullbergm as a code owner February 2, 2026 00:42
@renovate renovate bot added type/dependencies Dependency updates area/services Changes to services labels Feb 2, 2026
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

✅ PR Label Validation Passed

All label requirements are met!

@github-actions github-actions bot added size/XS Extra small PR (0-9 lines) and removed area/services Changes to services labels Feb 2, 2026
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

📊 Code Coverage Report

Total Coverage: 72.0%

Coverage by Package

github.com/ullbergm/echo-server/handlers/builder.go:8:	BuilderHandler			100.0%
github.com/ullbergm/echo-server/handlers/echo.go:27:	EchoHandler			100.0%
github.com/ullbergm/echo-server/handlers/echo.go:62:	EchoHandlerHead			100.0%
github.com/ullbergm/echo-server/handlers/echo.go:78:	buildEchoResponse		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:94:	buildRequestInfo		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:122:	buildHeadersMap			100.0%
github.com/ullbergm/echo-server/handlers/echo.go:130:	buildServerInfo			83.3%
github.com/ullbergm/echo-server/handlers/echo.go:147:	getHostAddress			75.0%
github.com/ullbergm/echo-server/handlers/echo.go:163:	getEnvironmentVariables		94.1%
github.com/ullbergm/echo-server/handlers/echo.go:199:	getKubernetesInfo		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:245:	getRemoteAddress		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:261:	getCustomStatusCode		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:276:	parseCookies			100.0%
github.com/ullbergm/echo-server/handlers/echo.go:293:	setResponseCookies		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:309:	parseSetCookieHeader		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:380:	parseExpires			100.0%
github.com/ullbergm/echo-server/handlers/echo.go:404:	getCompressionInfo		100.0%
github.com/ullbergm/echo-server/handlers/echo.go:438:	getRequestTLSInfo		33.3%
github.com/ullbergm/echo-server/handlers/echo.go:465:	getServerTLSInfo		100.0%
github.com/ullbergm/echo-server/handlers/metrics.go:17:	Gather				100.0%
github.com/ullbergm/echo-server/handlers/metrics.go:36:	MetricsHandler			100.0%
github.com/ullbergm/echo-server/main.go:32:		main				0.0%
github.com/ullbergm/echo-server/main.go:217:		formatValue			0.0%
github.com/ullbergm/echo-server/main.go:235:		startDualStackServers		0.0%
github.com/ullbergm/echo-server/main.go:309:		storeCertificateInfo		0.0%
github.com/ullbergm/echo-server/services/body.go:37:	NewBodyService			100.0%
github.com/ullbergm/echo-server/services/body.go:53:	ParseBody			91.7%
github.com/ullbergm/echo-server/services/body.go:108:	isBinaryData			100.0%
github.com/ullbergm/echo-server/services/body.go:132:	parseJSON			100.0%
github.com/ullbergm/echo-server/services/body.go:144:	parseXML			100.0%
github.com/ullbergm/echo-server/services/body.go:151:	parseFormURLEncoded		100.0%
github.com/ullbergm/echo-server/services/body.go:170:	parseMultipartForm		100.0%
github.com/ullbergm/echo-server/services/jwt.go:18:	NewJWTService			100.0%
github.com/ullbergm/echo-server/services/jwt.go:35:	ExtractAndDecodeJWTs		100.0%
github.com/ullbergm/echo-server/services/jwt.go:66:	decodeJWT			100.0%
github.com/ullbergm/echo-server/services/jwt.go:99:	decodeBase64URL			100.0%
github.com/ullbergm/echo-server/services/jwt.go:124:	truncateToken			100.0%
github.com/ullbergm/echo-server/services/metrics.go:18:	NewMetricsService		100.0%
github.com/ullbergm/echo-server/services/metrics.go:39:	MetricsMiddleware		90.9%
github.com/ullbergm/echo-server/services/tls.go:24:	NewTLSService			100.0%
github.com/ullbergm/echo-server/services/tls.go:29:	GetOrGenerateCertificate	87.5%
github.com/ullbergm/echo-server/services/tls.go:65:	generateSelfSignedCertificate	75.0%
github.com/ullbergm/echo-server/services/tls.go:135:	logCertificateInfo		100.0%
github.com/ullbergm/echo-server/services/tls.go:158:	ParseCertificate		100.0%
total:							(statements)			72.0%

📁 Download full coverage report

@renovate renovate bot changed the title fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.11 fix(deps): update go dependencies Feb 2, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies branch 2 times, most recently from c554bde to 62538c7 Compare February 5, 2026 10:45
@renovate
Copy link
Contributor Author

renovate bot commented Feb 5, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/anthropics/anthropic-sdk-go v1.19.0 -> v1.22.0
github.com/gofiber/utils/v2 v2.0.0-rc.6 -> v2.0.0
github.com/openai/openai-go/v3 v3.8.1 -> v3.18.0
golang.org/x/crypto v0.46.0 -> v0.48.0
golang.org/x/mod v0.30.0 -> v0.32.0
golang.org/x/net v0.48.0 -> v0.49.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/text v0.32.0 -> v0.34.0
golang.org/x/tools v0.39.0 -> v0.41.0
google.golang.org/genai v1.37.0 -> v1.45.0

@ullbergm ullbergm added the area/kubernetes Kubernetes deployment changes label Feb 8, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies branch from 62538c7 to 719ba07 Compare February 11, 2026 17:46
@github-actions github-actions bot added size/S Small PR (10-49 lines) and removed area/kubernetes Kubernetes deployment changes labels Feb 11, 2026
@ullbergm ullbergm added the area/kubernetes Kubernetes deployment changes label Feb 20, 2026
@ullbergm ullbergm merged commit d5014e3 into main Feb 20, 2026
6 of 7 checks passed
@ullbergm ullbergm deleted the renovate/go-dependencies branch February 20, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Kubernetes deployment changes size/S Small PR (10-49 lines) size/XS Extra small PR (0-9 lines) type/dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant