implement new json_data model

This commit is contained in:
Adrian Zürcher
2025-04-29 08:31:06 +02:00
parent 0a137c9d86
commit 49d8d03d8a
25 changed files with 609 additions and 572 deletions

6
go.mod
View File

@@ -1,12 +1,13 @@
module github.com/zuadi/tecamino-dbm
module github.com/tecamino/tecamino-dbm
go 1.24.0
require (
github.com/coder/websocket v1.8.13
github.com/gin-gonic/gin v1.10.0
github.com/google/uuid v1.6.0
github.com/tecamino/tecamino-json_data v0.0.10
github.com/tecamino/tecamino-logger v0.2.0
golang.org/x/net v0.25.0
)
require (
@@ -33,6 +34,7 @@ require (
go.uber.org/zap v1.27.0 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect