diff --git a/go.mod b/go.mod index 64b90f5..045c228 100644 --- a/go.mod +++ b/go.mod @@ -45,23 +45,23 @@ require ( github.com/olekukonko/tablewriter v0.0.5 github.com/spf13/cobra v1.8.1 github.com/tx7do/kratos-bootstrap/api v0.0.5 - github.com/tx7do/kratos-bootstrap/config/apollo v0.0.4 - github.com/tx7do/kratos-bootstrap/config/consul v0.0.4 - github.com/tx7do/kratos-bootstrap/config/etcd v0.0.4 - github.com/tx7do/kratos-bootstrap/config/kubernetes v0.0.4 - github.com/tx7do/kratos-bootstrap/config/nacos v0.0.4 + github.com/tx7do/kratos-bootstrap/config/apollo v0.0.5 + github.com/tx7do/kratos-bootstrap/config/consul v0.0.5 + github.com/tx7do/kratos-bootstrap/config/etcd v0.0.5 + github.com/tx7do/kratos-bootstrap/config/kubernetes v0.0.5 + github.com/tx7do/kratos-bootstrap/config/nacos v0.0.5 github.com/tx7do/kratos-bootstrap/config/polaris v0.0.1 - github.com/tx7do/kratos-bootstrap/logger/fluent v0.0.4 - github.com/tx7do/kratos-bootstrap/logger/logrus v0.0.4 - github.com/tx7do/kratos-bootstrap/logger/tencent v0.0.4 - github.com/tx7do/kratos-bootstrap/logger/zap v0.0.4 - github.com/tx7do/kratos-bootstrap/registry/consul v0.0.4 - github.com/tx7do/kratos-bootstrap/registry/etcd v0.0.4 - github.com/tx7do/kratos-bootstrap/registry/eureka v0.0.4 - github.com/tx7do/kratos-bootstrap/registry/kubernetes v0.0.4 - github.com/tx7do/kratos-bootstrap/registry/nacos v0.0.4 - github.com/tx7do/kratos-bootstrap/registry/servicecomb v0.0.4 - github.com/tx7do/kratos-bootstrap/registry/zookeeper v0.0.4 + github.com/tx7do/kratos-bootstrap/logger/fluent v0.0.5 + github.com/tx7do/kratos-bootstrap/logger/logrus v0.0.5 + github.com/tx7do/kratos-bootstrap/logger/tencent v0.0.5 + github.com/tx7do/kratos-bootstrap/logger/zap v0.0.5 + github.com/tx7do/kratos-bootstrap/registry/consul v0.0.5 + github.com/tx7do/kratos-bootstrap/registry/etcd v0.0.5 + github.com/tx7do/kratos-bootstrap/registry/eureka v0.0.5 + github.com/tx7do/kratos-bootstrap/registry/kubernetes v0.0.5 + github.com/tx7do/kratos-bootstrap/registry/nacos v0.0.5 + github.com/tx7do/kratos-bootstrap/registry/servicecomb v0.0.5 + github.com/tx7do/kratos-bootstrap/registry/zookeeper v0.0.5 go.opentelemetry.io/otel v1.32.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 diff --git a/tag.bat b/tag.bat index 68416bf..9715e48 100644 --- a/tag.bat +++ b/tag.bat @@ -26,6 +26,6 @@ git tag registry/polaris/v0.0.5 --force git tag registry/servicecomb/v0.0.5 --force git tag registry/zookeeper/v0.0.5 --force -git tag v0.3.12 +git tag v0.3.13 git push origin --tags diff --git a/upgrade.bat b/upgrade.bat index 1e43c0f..0b6bd30 100644 --- a/upgrade.bat +++ b/upgrade.bat @@ -86,5 +86,6 @@ cd ../zookeeper go get all go mod tidy +cd ../../ go get all go mod tidy