feat: refactor go.mod.

This commit is contained in:
tx7do
2024-11-14 13:40:48 +08:00
parent c506430ed7
commit dd2b0f5156
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ replace github.com/tx7do/kratos-bootstrap/api => ../../api
require (
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
github.com/go-kratos/kratos/v2 v2.8.2
github.com/tx7do/kratos-bootstrap/api v0.0.6
github.com/tx7do/kratos-bootstrap/api v0.0.7
github.com/tx7do/kratos-bootstrap/utils v0.1.0
)