Skip to content

Commit 47c20ab

Browse files
Bump github.com/oapi-codegen/runtime
Bumps the gomod-automerge group with 1 update in the /code/go/dse directory: [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime). Updates `github.com/oapi-codegen/runtime` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](oapi-codegen/runtime@v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/oapi-codegen/runtime dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-automerge ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cfeb32 commit 47c20ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

code/go/dse/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/boschglobal/dse.schemas/code/go/dse
22

33
go 1.21.6
44

5-
require github.com/oapi-codegen/runtime v1.1.1
5+
require (
6+
github.com/google/flatbuffers v25.12.19+incompatible
7+
github.com/oapi-codegen/runtime v1.1.2
8+
)
69

710
require (
811
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect

0 commit comments

Comments
 (0)