23 lines
622 B
Modula-2
23 lines
622 B
Modula-2
module github.com/topfans/backend/services/aiChatService
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
dubbo.apache.org/dubbo-go/v3 v3.3.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/redis/go-redis/v9 v9.5.1
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/topfans/backend v0.0.0
|
|
go.uber.org/zap v1.27.1
|
|
gorm.io/gorm v1.31.1
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/stretchr/objx v0.4.0 // indirect
|
|
github.com/stretchr/testify v1.7.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/topfans/backend => ../.. |