mirror of
https://github.com/foomo/hanko-go.git
synced 2025-10-16 12:35:35 +00:00
--- 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-update ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
251 B
Modula-2
12 lines
251 B
Modula-2
module github.com/foomo/hanko-go
|
|
|
|
go 1.22.4
|
|
|
|
require github.com/oapi-codegen/runtime v1.1.2
|
|
|
|
require (
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
)
|