feat: refactor go.mod.

This commit is contained in:
tx7do
2024-11-14 14:11:32 +08:00
parent dd2b0f5156
commit 9a4861eff2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ import (
) )
var ( var (
Service = config.NewServiceInfo( Service = utils.NewServiceInfo(
"", "",
"1.0.0", "1.0.0",
"", "",

View File

@@ -17,7 +17,7 @@ git tag database/influxdb/v0.0.1 --force
git tag database/cassandra/v0.0.1 --force git tag database/cassandra/v0.0.1 --force
git tag database/clickhouse/v0.0.2 --force git tag database/clickhouse/v0.0.2 --force
git tag bootstrap/v0.0.5 --force git tag bootstrap/v0.0.6 --force
git tag v0.5.0 git tag v0.5.0