feat: refactor go.mod.

This commit is contained in:
tx7do
2024-11-14 17:04:29 +08:00
parent 2d04529a89
commit bdd869b5ab
4 changed files with 115 additions and 130 deletions

View File

@@ -13,7 +13,7 @@ require (
github.com/go-sql-driver/mysql v1.8.1
github.com/jackc/pgx/v4 v4.18.3
github.com/lib/pq v1.10.9
github.com/tx7do/kratos-bootstrap/api v0.0.5
github.com/tx7do/kratos-bootstrap/api v0.0.8
go.opentelemetry.io/otel v1.32.0
)