Compare commits

...

1 Commits

Author SHA1 Message Date
tx7do
968f1b72b0 feat: upgrade go.mod. 2024-11-13 13:41:34 +08:00
3 changed files with 18 additions and 17 deletions

32
go.mod
View File

@@ -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

View File

@@ -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

View File

@@ -86,5 +86,6 @@ cd ../zookeeper
go get all
go mod tidy
cd ../../
go get all
go mod tidy