add models generation and josn print
This commit is contained in:
7
go.mod
7
go.mod
@@ -6,6 +6,7 @@ require (
|
||||
cloud.google.com/go/auth v0.16.4
|
||||
cloud.google.com/go/translate v1.12.7
|
||||
github.com/a-h/templ v0.3.1001
|
||||
github.com/alecthomas/chroma v0.10.0
|
||||
github.com/dlclark/regexp2 v1.11.5
|
||||
github.com/go-git/go-git/v5 v5.17.0
|
||||
github.com/gofiber/fiber/v3 v3.1.0
|
||||
@@ -15,12 +16,10 @@ require (
|
||||
github.com/openai/openai-go/v3 v3.28.0
|
||||
github.com/samber/lo v1.53.0
|
||||
github.com/spf13/cobra v1.9.1
|
||||
go.opentelemetry.io/otel/trace v1.36.0
|
||||
golang.org/x/crypto v0.48.0
|
||||
golang.org/x/oauth2 v0.36.0
|
||||
google.golang.org/api v0.247.0
|
||||
gorm.io/cli/gorm v0.2.4
|
||||
gorm.io/gen v0.3.26
|
||||
gorm.io/gen v0.3.27
|
||||
gorm.io/gorm v1.31.1
|
||||
)
|
||||
|
||||
@@ -45,7 +44,7 @@ require (
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
|
||||
go.opentelemetry.io/otel v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.36.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
||||
go.opentelemetry.io/otel/trace v1.36.0 // indirect
|
||||
golang.org/x/mod v0.33.0 // indirect
|
||||
golang.org/x/time v0.12.0 // indirect
|
||||
golang.org/x/tools v0.42.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user