feat: refactor go.mod.

This commit is contained in:
tx7do
2024-11-14 13:04:30 +08:00
parent 3ef28da068
commit 719fa01c8d
18 changed files with 1007 additions and 469 deletions

View File

@@ -1,4 +1,4 @@
git tag api/v0.0.5 --force
git tag api/v0.0.6 --force
git tag utils/v0.1.0 --force
@@ -9,7 +9,12 @@ git tag config/v0.0.5 --force
git tag logger/v0.0.5 --force
git tag rpc/v0.0.5 --force
git tag tracer/v0.0.5 --force
git tag database/v0.0.5 --force
git tag database/ent/v0.0.1 --force
git tag database/gorm/v0.0.1 --force
git tag database/mongodb/v0.0.1 --force
git tag database/influxdb/v0.0.1 --force
git tag database/cassandra/v0.0.1 --force
git tag bootstrap/v0.0.5 --force