Skip to content

Commit

Permalink
deps: update kratos version to 2.1.3 (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenqidebaozi authored Dec 22, 2021
1 parent 5aeb14d commit 1117350
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 25 deletions.
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.1.2"
const release = "v2.1.3"
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.1.2"
const release = "v2.1.3"
4 changes: 3 additions & 1 deletion cmd/protoc-gen-go-http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module github.com/go-kratos/kratos/cmd/protoc-gen-go-http/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67
google.golang.org/protobuf v1.27.1
)

replace github.com/go-kratos/kratos/v2 => ../../
2 changes: 0 additions & 2 deletions cmd/protoc-gen-go-http/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-kratos/aegis v0.1.1/go.mod h1:jYeSQ3Gesba478zEnujOiG5QdsyF3Xk/8owFUeKcHxw=
github.com/go-kratos/kratos/v2 v2.1.2 h1:O5RGtDysd/yht01Jo0KXvVxvK4RN9KJ1CCZBFuewzjU=
github.com/go-kratos/kratos/v2 v2.1.2/go.mod h1:/SOOBnLEDEgQRXV9bVVyZsITmxKsilSCc15U8uiNzcI=
github.com/go-ole/go-ole v1.2.5/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A=
github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
Expand Down
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.1.2"
const release = "v2.1.3"
2 changes: 1 addition & 1 deletion contrib/config/apollo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/apolloconfig/agollo/v4 v4.0.8
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/stretchr/testify v1.7.0
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/config/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/config/consul/v2
go 1.15

require (
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/hashicorp/consul/api v1.10.0
github.com/stretchr/testify v1.7.0
)
Expand Down
3 changes: 1 addition & 2 deletions contrib/config/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module github.com/go-kratos/kratos/contrib/config/etcd/v2
go 1.16

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/client/v3 v3.5.0
google.golang.org/grpc v1.42.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/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/config/kubernetes/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/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/config/nacos/v2
go 1.16

require (
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/nacos-group/nacos-sdk-go v1.0.9
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Expand Down
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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack/v5 v5.3.4
)
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.5.0
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/kr/pretty v0.2.1 // indirect
github.com/tinylib/msgp v1.1.5 // indirect
)
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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
go.uber.org/zap v1.19.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.1+incompatible
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3

)

Expand Down
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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/prometheus/client_golang v1.9.0
)

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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/hashicorp/consul/api v1.9.1
github.com/stretchr/testify v1.7.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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/go-resty/resty/v2 v2.6.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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
go.etcd.io/etcd/client/v3 v3.5.0
google.golang.org/grpc v1.42.0
)
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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/json-iterator/go v1.1.11
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/nacos-group/nacos-sdk-go v1.0.9
)

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.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/go-zookeeper/zk v1.0.2
)

Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/go-kratos/kratos/contrib/registry/etcd/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/contrib/registry/nacos/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/contrib/registry/zookeeper/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/v2 v2.1.2
github.com/go-kratos/kratos/v2 v2.1.3
github.com/go-kratos/swagger-api v1.0.0
github.com/go-redis/redis/extra/redisotel v0.3.0
github.com/go-redis/redis/v8 v8.11.2
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.1.2"
const Release = "v2.1.3"

0 comments on commit 1117350

Please sign in to comment.