fix: types in m2m

This commit is contained in:
2025-03-16 18:59:27 +07:00
parent 4769971b56
commit 4b5580b1c8
17 changed files with 47 additions and 330 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
)
require (
github.com/kuzgoga/fogg v0.1.2 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
)