1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-19 19:10:08 +02:00

311 Commits

Author SHA1 Message Date
dependabot[bot]
5ec8524d5f
build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/config/etcd (#3115)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.10 to 3.5.11.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.10...v3.5.11)

---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-16 17:20:58 +08:00
dependabot[bot]
de8901f841
build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#3114)
Bumps [github.com/aliyun/aliyun-log-go-sdk](https://github.com/aliyun/aliyun-log-go-sdk) from 0.1.66 to 0.1.67.
- [Release notes](https://github.com/aliyun/aliyun-log-go-sdk/releases)
- [Commits](https://github.com/aliyun/aliyun-log-go-sdk/compare/v0.1.66...v0.1.67)

---
updated-dependencies:
- dependency-name: github.com/aliyun/aliyun-log-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-16 17:20:01 +08:00
dependabot[bot]
f7d55df2b6
build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/registry/etcd (#3116)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.10 to 3.5.11.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.10...v3.5.11)

---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-16 17:19:31 +08:00
包子
08300d8a41
feat: support consul sign config change (#3118)
* feat: support consul sign config change

* fix
2023-12-15 11:29:41 +08:00
yonwoo9
1bb98b6a19
chore: fix words and modify some syntax declarations (#3113)
* chore:fix words

* fix:filter nodes len preallocate;replace func as cancelFunc; fix eureka mutex
2023-12-14 11:31:51 +08:00
ChengDaqi2023
4f614be3b4
update github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 to 1.1.1 (#2985)
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
2023-12-13 10:44:28 +08:00
Weizhen Wang
e49ec751a6
chore: upgrade github.com/gorilla/mux (#3112)
* chore: upgrade github.com/gorilla/mux

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* chore: upgrade github.com/gorilla/mux

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

---------

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
2023-12-13 10:44:05 +08:00
包子
69268c573b
deps: upgrade kratos version to v2.7.2 (#3109) 2023-12-07 13:31:22 +08:00
dependabot[bot]
efac50c3d4
build(deps): bump github.com/hashicorp/consul/api (#3080)
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.20.0 to 1.26.1.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.20.0...api/v1.26.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 11:36:33 +08:00
tan-zhuo
6be961078c
fix:polaris config watch (#3082)
* fix:the high CPU usage issue caused by watching the Polaris config, particularly in situations when config events are closed.

* fix:the high CPU usage issue caused by watching the Polaris config, particularly in situations when config events are closed.

---------

Co-authored-by: tanzhuo <tanzhuo@dingdandao.com>
2023-12-04 11:32:19 +08:00
dependabot[bot]
d13071e45f
build(deps): bump google.golang.org/grpc in /contrib/config/polaris (#3055)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 13:52:17 +08:00
dependabot[bot]
add4d957a9
build(deps): bump golang.org/x/net in /contrib/opensergo (#3100)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/net/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 11:40:18 +08:00
dependabot[bot]
cdb9e99968
build(deps): bump github.com/emicklei/go-restful (#2933)
Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful) from 2.9.5+incompatible to 2.16.0+incompatible.
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
- [Commits](https://github.com/emicklei/go-restful/compare/v2.9.5...v2.16.0)

---
updated-dependencies:
- dependency-name: github.com/emicklei/go-restful
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 23:43:51 +08:00
dependabot[bot]
00beb849a3
build(deps): bump google.golang.org/grpc in /contrib/registry/etcd (#3047)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 23:41:48 +08:00
dependabot[bot]
6aa2e005a5
build(deps): bump google.golang.org/grpc in /contrib/opensergo (#3048)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 23:41:22 +08:00
dependabot[bot]
192e493eef
build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#3046)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
2023-11-27 15:49:00 +08:00
dependabot[bot]
5d3827f8ba
build(deps): bump google.golang.org/grpc in /contrib/polaris (#3053)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 15:36:17 +08:00
dependabot[bot]
4b194dadde
build(deps): bump github.com/prometheus/common (#3049)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 15:09:31 +08:00
dependabot[bot]
22ff8236b7
build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#3095)
Bumps [github.com/aliyun/aliyun-log-go-sdk](https://github.com/aliyun/aliyun-log-go-sdk) from 0.1.65 to 0.1.66.
- [Release notes](https://github.com/aliyun/aliyun-log-go-sdk/releases)
- [Commits](https://github.com/aliyun/aliyun-log-go-sdk/compare/v0.1.65...v0.1.66)

---
updated-dependencies:
- dependency-name: github.com/aliyun/aliyun-log-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 15:01:46 +08:00
hoslo
e84cddeabd
fix: apollo yaml watch (#3021)
Co-authored-by: shuai_yang <shuai_yang@intsig.net>
2023-11-22 12:13:05 +08:00
jessetang
9adece088b
golangci: check misspell (#3086)
* golangci: check misspell

* fix lint

* remove fifth wheel

* fix lint

* fix lint
2023-11-21 10:10:43 +08:00
dependabot[bot]
4506125f69
build(deps): bump github.com/vmihailenco/msgpack/v5 (#3065)
Bumps [github.com/vmihailenco/msgpack/v5](https://github.com/vmihailenco/msgpack) from 5.3.5 to 5.4.1.
- [Release notes](https://github.com/vmihailenco/msgpack/releases)
- [Changelog](https://github.com/vmihailenco/msgpack/blob/v5/CHANGELOG.md)
- [Commits](https://github.com/vmihailenco/msgpack/compare/v5.3.5...v5.4.1)

---
updated-dependencies:
- dependency-name: github.com/vmihailenco/msgpack/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 21:02:59 +08:00
dependabot[bot]
0f0207b46b
build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/registry/etcd (#3066)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.8 to 3.5.10.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.8...v3.5.10)

---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: haiyux <haiyux@foxmail.com>
2023-11-12 21:02:30 +08:00
dependabot[bot]
df0910f4b5
build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#3079)
Bumps [github.com/aliyun/aliyun-log-go-sdk](https://github.com/aliyun/aliyun-log-go-sdk) from 0.1.44 to 0.1.65.
- [Release notes](https://github.com/aliyun/aliyun-log-go-sdk/releases)
- [Commits](https://github.com/aliyun/aliyun-log-go-sdk/compare/v0.1.44...v0.1.65)

---
updated-dependencies:
- dependency-name: github.com/aliyun/aliyun-log-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 21:02:07 +08:00
dependabot[bot]
5bffe9ebab
build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/config/etcd (#3064)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.8 to 3.5.10.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.8...v3.5.10)

---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
2023-11-12 11:33:36 +08:00
dependabot[bot]
af377e5b67
build(deps): bump github.com/prometheus/client_golang (#3077)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.17.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 11:32:23 +08:00
dependabot[bot]
87aa16b4f0
build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#3076)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.5.0.
- [Commits](https://github.com/golang/sync/compare/v0.3.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 11:31:43 +08:00
dependabot[bot]
de6cc2e44e
build(deps): bump golang.org/x/net in /contrib/opensergo (#3078)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 11:31:13 +08:00
jessetang
e38a364340
fix: Kubernetes misspelling (#3075) 2023-11-07 20:52:12 +08:00
dependabot[bot]
0d2dd9609c
build(deps): bump github.com/hashicorp/consul/api (#3074)
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.20.0 to 1.26.1.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.20.0...api/v1.26.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 20:51:34 +08:00
dependabot[bot]
4ef639acf9
build(deps): bump go.uber.org/zap from 1.24.0 to 1.26.0 in /contrib/log/zap (#2997)
* build(deps): bump go.uber.org/zap in /contrib/log/zap

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to 1.26.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.24.0...v1.26.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* go mod tidy

* go mod tidy

* go mod tidy

* go mod tidy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: haiyux <haiyux@foxmail.com>
2023-11-07 15:58:52 +08:00
dependabot[bot]
1936130c1f
build(deps): bump golang.org/x/net in /contrib/config/kubernetes (#3025)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 15:09:54 +08:00
dependabot[bot]
6ec05c5c76
build(deps): bump golang.org/x/net in /contrib/config/polaris (#3028)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 15:09:31 +08:00
dependabot[bot]
0720f22326
build(deps): bump golang.org/x/net in /contrib/registry/servicecomb (#3033)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
2023-11-07 14:45:57 +08:00
dependabot[bot]
f95a105407
build(deps): bump google.golang.org/grpc in /contrib/registry/polaris (#3056)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
2023-11-07 14:45:26 +08:00
dependabot[bot]
56c6cc1b54
build(deps): bump golang.org/x/net in /contrib/registry/polaris (#3032)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 14:45:11 +08:00
dependabot[bot]
5e1a4adf94
build(deps): bump golang.org/x/net in /contrib/registry/etcd (#3024)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 14:44:40 +08:00
dependabot[bot]
9148b762f9
build(deps): bump golang.org/x/net in /contrib/log/aliyun (#3027)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 14:44:20 +08:00
dependabot[bot]
7a873c6bc2
build(deps): bump golang.org/x/net in /contrib/registry/kubernetes (#3031)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 14:43:31 +08:00
dependabot[bot]
4481cda060
build(deps): bump golang.org/x/net in /contrib/polaris (#3029)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 14:43:10 +08:00
包子
6cdd81811e
deps: upgrade kratos version to v2.7.1 (#3043) 2023-10-23 20:52:39 +08:00
包子
7888107c4b
deps: upgrade kratos version to v2.7.0 (#2944) 2023-08-08 13:17:27 +08:00
dependabot[bot]
25e12da4d2
build(deps): bump github.com/apolloconfig/agollo/v4 (#2939)
Bumps [github.com/apolloconfig/agollo/v4](https://github.com/apolloconfig/agollo) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/apolloconfig/agollo/releases)
- [Commits](https://github.com/apolloconfig/agollo/compare/v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: github.com/apolloconfig/agollo/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 11:21:14 +08:00
dependabot[bot]
ef59bd9515
build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#2935)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.57.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: haiyux <haiyux@foxmail.com>
2023-08-04 11:16:30 +08:00
Shuhui Xu
ba142466a1
feat(contrib): add zerolog (#2942)
* feat(contrib): add zerolog

* deps(contrib/log): tidy go mod
2023-08-04 11:07:37 +08:00
Mystic
7d9a0d1dee
build(go): upgrade to go 1.19 (#2905)
BREAKING CHANGE: upgrade go 1.19
2023-07-28 18:08:49 +08:00
包子
32b1d13f90
deps: upgrade kratos version to v2.6.3 (#2903)
* deps: upgrade kratos version to v2.6.3

* fix ci

* go mod tidy

* upgrade 1.19
2023-07-04 13:14:01 +08:00
dependabot[bot]
db2a565d1c
build(deps): bump github.com/prometheus/common (#2840)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.44.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.42.0...v0.44.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
2023-06-30 16:46:00 +08:00
dependabot[bot]
6d741828c2
build(deps): bump google.golang.org/grpc in /contrib/opensergo (#2823)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.55.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.54.0...v1.55.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15 11:02:02 +08:00
包子
56777ee655
deps: upgrade kratos version to v2.6.2 (#2817)
* deps: upgrade kratos version to v2.6.2

* fix ci

* mod tidy

* mod tidy
2023-05-08 21:05:40 +08:00