mirror of
https://github.com/foomo/hanko-go.git
synced 2025-10-16 12:35:35 +00:00
12 lines
251 B
Modula-2
12 lines
251 B
Modula-2
module github.com/foomo/hanko-go
|
|
|
|
go 1.22.3
|
|
|
|
require github.com/oapi-codegen/runtime v1.1.1
|
|
|
|
require (
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
)
|