feat: upgrade go.mod.

This commit is contained in:
Bobo
2025-05-10 16:43:40 +08:00
parent 6099965d89
commit 9812fa1494
33 changed files with 1440 additions and 1362 deletions

32
tag.bat
View File

@@ -1,24 +1,24 @@
git tag api/v0.0.13 --force
git tag utils/v0.1.2 --force
git tag utils/v0.1.3 --force
git tag cache/redis/v0.0.8 --force
git tag oss/minio/v0.0.8 --force
git tag registry/v0.0.8 --force
git tag config/v0.0.8 --force
git tag logger/v0.0.8 --force
git tag rpc/v0.0.10 --force
git tag tracer/v0.0.8 --force
git tag cache/redis/v0.0.9 --force
git tag oss/minio/v0.0.9 --force
git tag registry/v0.0.9 --force
git tag config/v0.0.9 --force
git tag logger/v0.0.9 --force
git tag rpc/v0.0.11 --force
git tag tracer/v0.0.9 --force
git tag database/ent/v0.0.8 --force
git tag database/gorm/v0.0.8 --force
git tag database/mongodb/v0.0.8 --force
git tag database/influxdb/v0.0.8 --force
git tag database/cassandra/v0.0.8 --force
git tag database/clickhouse/v0.0.8 --force
git tag database/ent/v0.0.9 --force
git tag database/gorm/v0.0.9 --force
git tag database/mongodb/v0.0.9 --force
git tag database/influxdb/v0.0.9 --force
git tag database/cassandra/v0.0.9 --force
git tag database/clickhouse/v0.0.9 --force
git tag bootstrap/v0.0.14 --force
git tag bootstrap/v0.0.15 --force
git tag v0.5.0
git tag v0.6.0
git push origin --tags