Compare commits

..

1 Commits

Author SHA1 Message Date
tx7do
9a4861eff2 feat: refactor go.mod. 2024-11-14 14:11:32 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ import (
)
var (
Service = config.NewServiceInfo(
Service = utils.NewServiceInfo(
"",
"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/clickhouse/v0.0.2 --force
git tag bootstrap/v0.0.5 --force
git tag bootstrap/v0.0.6 --force
git tag v0.5.0