mirror of
https://github.com/go-kratos/kratos.git
synced 2025-02-11 13:38:46 +02:00
deps: update kratos version to 2.1.3 (#1706)
This commit is contained in:
parent
5aeb14d381
commit
1117350b9c
@ -1,4 +1,4 @@
|
||||
package main
|
||||
|
||||
// release is the current kratos tool version.
|
||||
const release = "v2.1.2"
|
||||
const release = "v2.1.3"
|
||||
|
@ -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"
|
||||
|
@ -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 => ../../
|
||||
|
@ -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=
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
package kratos
|
||||
|
||||
// Release is the current kratos version.
|
||||
const Release = "v2.1.2"
|
||||
const Release = "v2.1.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user