chore(deps): update module github.com/oapi-codegen/runtime to v1.3.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
2026-04-03 06:11:26 +00:00
parent 97adc37ab7
commit d19ab1b26a
2 changed files with 7 additions and 3 deletions

6
go.mod
View File

@@ -1,10 +1,10 @@
module gitea.t000-n.de/t.behrendt/ionosDnsClient
go 1.23.5
go 1.24
require github.com/oapi-codegen/runtime v1.2.0
require github.com/oapi-codegen/runtime v1.3.1
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/google/uuid v1.6.0 // indirect
)