1
0

update go

This commit is contained in:
2024-03-28 20:42:01 +09:00
parent 00d47d2a23
commit b48ec9e88c
27 changed files with 703 additions and 150 deletions

View File

@ -5,6 +5,6 @@ package runtime
// The schema-stitching logic is generated in api/ent/runtime.go
const (
Version = "v0.11.10" // Version of ent codegen.
Sum = "h1:iqn32ybY5HRW3xSAyMNdNKpZhKgMf1Zunsej9yPKUI8=" // Sum of ent codegen.
Version = "v0.12.2" // Version of ent codegen.
Sum = "h1:Ndl/JvCX76xCtUDlrUfMnOKBRodAtxE5yfGYxjbOxmM=" // Sum of ent codegen.
)