Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade kratos version v2.5.1 #2431

Merged
merged 2 commits into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
deps: upgrade kratos version v2.5.1
  • Loading branch information
shenqidebaozi committed Oct 10, 2022
commit 799e72875ae007d988ddf806e55641836679ac1d
2 changes: 1 addition & 1 deletion cmd/kratos/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// release is the current kratos tool version.
const release = "v2.5.0"
const release = "v2.5.1"
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-errors/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// release is the current protoc-gen-go-errors version.
const release = "v2.5.0"
const release = "v2.5.1"
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-http/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// release is the current protoc-gen-go-http version.
const release = "v2.5.0"
const release = "v2.5.1"
2 changes: 1 addition & 1 deletion contrib/encoding/msgpack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/encoding/msgpack/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/vmihailenco/msgpack/v5 v5.3.5
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/log/aliyun/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/aliyun/aliyun-log-go-sdk v0.1.37
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
google.golang.org/protobuf v1.28.1
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/log/fluent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/fluent/fluent-logger-golang v1.9.0
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/kr/pretty v0.3.0 // indirect
github.com/tinylib/msgp v1.1.6 // indirect
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/log/logrus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/log/logrus/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/sirupsen/logrus v1.8.1
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/log/tencent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/log/tencent/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/tencentcloud/tencentcloud-cls-sdk-go v1.0.2
google.golang.org/protobuf v1.28.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/log/zap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/log/zap/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
go.uber.org/zap v1.23.0
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/metrics/datadog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/DataDog/datadog-go v4.8.3+incompatible
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
)

replace github.com/go-kratos/kratos/v2 => ../../../
2 changes: 1 addition & 1 deletion contrib/metrics/prometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/metrics/prometheus/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/common v0.37.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/opensergo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/opensergo/v2
go 1.17

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/opensergo/opensergo-go v0.0.0-20220331070310-e5b01fee4d1c
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/registry/consul/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/hashicorp/consul/api v1.14.0
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/discovery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/registry/discovery/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/go-resty/resty/v2 v2.7.0
github.com/pkg/errors v0.9.1
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/registry/etcd/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
go.etcd.io/etcd/client/v3 v3.5.4
google.golang.org/grpc v1.46.2
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/kubernetes/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/registry/kubernetes/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/json-iterator/go v1.1.12
k8s.io/api v0.24.3
k8s.io/apimachinery v0.24.3
Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/nacos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/registry/nacos/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/nacos-group/nacos-sdk-go v1.0.9
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/polaris/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/registry/polaris/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/polarismesh/polaris-go v1.1.0
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/zookeeper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/contrib/registry/zookeeper/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.5.0
github.com/go-kratos/kratos/v2 v2.5.1
github.com/go-zookeeper/zk v1.0.3
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package kratos

// Release is the current kratos version.
const Release = "v2.5.0"
const Release = "v2.5.1"