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

Update module github.com/go-kratos/kratos to v2 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-kratos/kratos v1.0.1 -> v2.7.3 age adoption passing confidence

Release Notes

go-kratos/kratos (github.com/go-kratos/kratos)

v2.7.3

Compare Source

New Features
  • feat(transport/http): add unwrap method for returning underlying response writer. #​3253 (#​3265)
  • feat: use writer directly in stdLogger. (#​3121)
  • feat(log): Prevent log.Helper sprintf from running early #​3209 (#​3221)
  • feat(middleware): adding sentry as errortracker (#​3122)
  • feat: add server option for NotFoundHandler and MethodNotAllowedHandler (#​3131)
  • feat: improve node alg (#​3015)
Bug Fixes
  • fix(encoding/form): Timestamp use local time and fix test wrong mock time zone (#​3257)
  • fix(encoding/form): optimize EncodeField and add test cases (#​3234)
  • fix: When grpc ends idle mode, it needs to continue to obtain the latest instance of the service (#​3162)
  • fix: etcd registry lifecycle (#​3180)
  • fix: logging middleware caller issue #​3133 (#​3134)
  • fix polaris registry bug: nodes is empty at startup (#​3160)
  • fix: remove duplicate test codes. (#​3187)
  • fix: use .MapKey to get key's FieldDescriptor (#​3196)
  • fix(transport/http): no need to call EncodeURL twice (#​3218)
  • fix(protoc-gen-go-http): return nil if err == nil。 (#​3188)
  • fix: zap log print out multiple msg (#​3171)
  • fix: test failed on other timezone.(#​3181) (#​3183)
  • fix: clear err after app stop err handling (#​3146)
  • fix: fix consul heartbeat 404 error (#​3147)
  • fix(encoding/form): time with the location set to local time (#​2885)
Others
  • nacos stop cannot cancel subscription (#​3173)
  • build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#​3150)
  • build(deps): bump github.com/prometheus/common (#​3154)
  • build(deps): bump golang.org/x/net in /contrib/opensergo (#​3155)
  • build(deps): bump actions/cache from 3 to 4 (#​3158)
  • build(deps): bump golangci/golangci-lint-action from 3 to 4 (#​3197)
  • build(lint): upgrade golangci/golangci-lint-action (#​3235)
  • build(go): Add go version v1.22.x (#​3236)
  • build(deps): bump github.com/go-resty/resty/v2 (#​3151)
New Contributors

Full Changelog: go-kratos/kratos@v2.7.2...v2.7.3

v2.7.2

Compare Source

New Features
  • feat(config): config support custom merge config (#​3106)
Bug Fixes
  • fix:polaris config watch (#​3082)
  • fix: sctx cause request ctx canceled during graceful shutdown (#​3097)
  • fix: apollo yaml watch (#​3021)
  • fix(log): WithContext() changed the ctx field of the parent log.Filter (#​3069)
  • fix: Kubernetes misspelling (#​3075)
Others
  • build(deps): bump github.com/hashicorp/consul/api (#​3080)
  • build(deps): bump google.golang.org/grpc in /contrib/config/polaris (#​3055)
  • build(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#​3054)
  • build(deps): bump golang.org/x/net in /contrib/opensergo (#​3100)
  • build(deps): bump github.com/emicklei/go-restful (#​2933)
  • build(deps): bump google.golang.org/grpc in /contrib/registry/etcd (#​3047)
  • build(deps): bump google.golang.org/grpc in /contrib/opensergo (#​3048)
  • build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#​3046)
  • build(deps): bump google.golang.org/grpc in /contrib/polaris (#​3053)
  • build(deps): bump github.com/prometheus/common (#​3049)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​3095)
  • golangci: check misspell (#​3086)
  • update golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f to 0.1.0 (#​2984)
  • Support adding headers to before calloption header (#​3038)
  • build(deps): bump actions/checkout from 3 to 4 (#​2982)
  • build(deps): bump github.com/vmihailenco/msgpack/v5 (#​3065)
  • build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/registry/etcd (#​3066)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​3079)
  • build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/config/etcd (#​3064)
  • build(deps): bump github.com/prometheus/client_golang (#​3077)
  • build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#​3076)
  • build(deps): bump golang.org/x/net in /contrib/opensergo (#​3078)
  • build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (#​2949)
  • build(deps): bump github.com/hashicorp/consul/api (#​3074)
New Contributors

Full Changelog: go-kratos/kratos@v2.7.1...v2.7.2

v2.7.1

Compare Source

contrib -> 6cdd818

Chores
  • chore: fix typo var name in shell (#​2955)
Others
  • bugfix: fix map decode (#​2979)
  • ci: support go version 1.21.x
New Contributors

Full Changelog: go-kratos/kratos@v2.7.0...v2.7.1

v2.7.0

Compare Source

contrib -> go get xxxxx@7888107

Dependencies
  • deps: upgrade kratos version to v2.7.0 (#​2944)
New Features
  • feat(contrib): add zerolog (#​2942)
  • feat(transport/http): add walk http handler (#​2943)
  • feat: add bindQuery default (#​2915)
  • feat(transport): add endpoint option for server (#​2904)
Bug Fixes
  • fix(kratos cli): kratos cli gives wrong import path when creating app with --nomod parameter (#​2938)
  • fix:go-http plugin path encoding error (#​2917)
Others
  • build(deps): bump github.com/apolloconfig/agollo/v4 (#​2939)
  • build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#​2935)
  • Update gitee-sync.yml (#​2936)
  • build(go): upgrade to go 1.19 (#​2905)
New Contributors

Full Changelog: go-kratos/kratos@v2.6.3...v2.7.0

v2.6.3

Compare Source

contrib -> github.com/go-kratos/kratos/contrib/xxxx 32b1d13

Dependencies
  • deps: upgrade kratos version to v2.6.3 (#​2903)
New Features
  • feat: add omitempty prefix to rule path (#​2870)
Bug Fixes
  • fix(encoding/form): failed to decode the map type (#​2468)
  • fix: logging middle don't get trace_id value when logger is filterLogger (#​2869)
  • fix(cli): fix import path with --nomod (#​2775)
  • fix: http parse pb message body panic (#​2847)
  • fix: fix go import path when add project --nomod (#​2837)
Chores
  • chore: remove the dependency of grpc_testing module (#​2824)
Others
  • build(deps): bump github.com/prometheus/common (#​2840)
  • update polaris-standalone docker image (#​2854)
  • build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#​2829)
  • build(deps): bump google.golang.org/grpc in /contrib/opensergo (#​2823)
New Contributors

Full Changelog: go-kratos/kratos@v2.6.2...v2.6.3

v2.6.2

Compare Source

contrib v2.6.2 -> 56777ee

New Features
  • feat: jwt KeyFunc external return (#​2809)
  • feat: log helper support sprint option (#​2616)
  • feat: issue translate (#​2744)
  • feat: support grpc balancer health check (#​2736)
Bug Fixes
  • fix(tracing): use global provider by default, but allow custom providers (#​2803)
  • fix(middleware/tracing): golang filename modify (#​2727)
  • fix:proto nesting causes template generation problems (#​2718)
  • fix(contrib/registry/servicecomb): wrong stop ticker (#​2749)
  • fix: package path to filepath (#​2672)
  • fix: rectification of non-standard lint codes (#​2746)
  • fix(transport/grpc/resolver/discovery/resolver.go): remove attributes.Attributes.New() (#​2742)
  • fix: change the working directory of the command (#​2560)
Chores
Others
  • build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#​2767)
  • build(deps): bump google.golang.org/grpc in /contrib/opensergo (#​2768)
  • build(deps): bump github.com/prometheus/client_golang (#​2787)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​2807)
  • build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/config/etcd (#​2788)
  • build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/registry/etcd (#​2789)
  • build(deps): bump github.com/hashicorp/consul/api (#​2731)
  • build(deps): bump golang.org/x/net in /contrib/opensergo (#​2779)
  • refactor: metadata supports key corresponding to multiple values (#​2772)
  • build(deps): bump github.com/hashicorp/consul/api (#​2733)
  • build(deps): bump google.golang.org/protobuf in /contrib/log/aliyun (#​2751)
  • refactor(transport): format import and init slice cap (#​2741)
  • add http.ResponseController type alias (#​2713)
  • build(deps): bump k8s.io/client-go in /contrib/config/kubernetes (#​2756)
  • build(deps): bump k8s.io/apimachinery in /contrib/config/kubernetes (#​2757)
  • build(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#​2737)
New Contributors

Full Changelog: go-kratos/kratos@v2.6.1...v2.6.2

v2.6.1

Compare Source

This is the first version of kratos that uses generics features

Contrib Version

contrib -> 7eca8f8

Dependencies
  • deps: upgrade kratos version to v2.6.1 (#​2716)
New Features
  • feat: support load balance for streaming connection creation (#​2669)
  • feat: Add latency to the recover handler context (#​2653)
  • feat: add comment to http server interface method (#​2657)
  • feat: support polaris ratelimit ability (#​2586)
  • feat(log): update zap interface (#​2620)
Bug Fixes
  • fix: fix contrib registry eureka watcher as *watcher (#​2693)
  • fix: upgrade go.sum (#​2715)
  • fix: cmd proto add nil pointer (#​2670)
  • fix(selector): version NodeFilter append func (#​2671)
  • fix(contrib): fix eureka server load too high (#​2546)
  • fix: polaris get service name (#​2615)
Chores
  • chore: replace deprecated method (#​2667)
Others
  • build(deps): bump k8s.io/client-go in /contrib/config/kubernetes (#​2695)
  • build(deps): bump github.com/hashicorp/consul/api (#​2688)
  • build(deps): bump k8s.io/apimachinery in /contrib/config/kubernetes (#​2694)
  • build(deps): bump github.com/hashicorp/consul/api (#​2685)
  • build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#​2687)
  • build(deps): bump golang.org/x/net in /contrib/opensergo (#​2699)
  • build(deps): bump golang.org/x/net in /contrib/config/polaris (#​2706)
  • build(deps): bump golang.org/x/net (#​2703)
  • build(deps): bump golang.org/x/net in /contrib/polaris (#​2705)
  • build(deps): bump github.com/prometheus/common (#​2698)
  • build(deps): bump golang.org/x/net in /contrib/registry/servicecomb (#​2704)
  • build(deps): bump golang.org/x/text in /cmd/protoc-gen-go-errors (#​2675)
  • build(deps): bump golang.org/x/text in /contrib/opensergo (#​2678)
  • build(deps): bump golang.org/x/text in /contrib/polaris (#​2679)
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /cmd/kratos (#​2676)
  • build(deps): bump github.com/prometheus/common (#​2668)
  • build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#​2662)
New Contributors

Full Changelog: go-kratos/kratos@v2.5.4...v2.6.1

v2.5.4

Compare Source

New Features
  • feat: add grpc client stream interceptor opts (#​2610)
  • feat: add subset alg for instances (#​2613)
  • feat(transport/http): request body read multiple times (#​2542)
  • feat: support polaris service governance (#​2605)
  • feat(registry): consul support re-registry when service does not exist (#​2606)
  • feat:add buf apis (#​2604)
  • feat: grpc use the admin api (#​2596)
  • feat: support for windows make install (#​2554)
  • feat(middleware): redacter interface for logging (#​2564)
  • feat: support polaris service governance
Bug Fixes
  • fix: project creation --nomod (#​2611)
  • fix(contrib/registry/etcd): rewatch when error occur (#​2603)
  • fix(contrib/log/tencent): tencentcloud-cls-sdk-go 为异步上传,需要显式调用"Start"方法开启才会生效 (#​2514)
  • fix(consul):return err if ctx is done (#​2550)
  • fix(registry): add zookeeper exists watcher when the node does not exist (#​2555)
  • fix(registry): ServiceInstance does not implement an Equal method for grpc Attributes. (#​2575)
  • fix issue:#​2358 Support for creating a project with specifying the name for its place dir (#​2573)
Chores
  • chore(transport): fix the test name (#​2543)
  • chore: fix a few function names on comments (#​2430)
Others
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​2598)
  • build(deps): bump github.com/hashicorp/consul/api (#​2561)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​2577)
  • Feat project create with dir name add test (#​2576)
  • build(deps): bump k8s.io/apimachinery in /contrib/config/kubernetes (#​2581)
  • build(deps): bump actions/setup-go from 3.3.1 to 3.5.0 (#​2585)
  • build(deps): bump github.com/polarismesh/polaris-go (#​2589)
  • build(deps): bump github.com/apolloconfig/agollo/v4 (#​2591)
  • build(deps): bump github.com/hashicorp/consul/api (#​2563)
New Contributors

Full Changelog: go-kratos/kratos@v2.5.3...v2.5.4

v2.5.3

Compare Source

contrib -> a7bae93

Dependencies
  • deps: upgrade kratos version to v2.5.3 (#​2500)
New Features
  • feat: add app Before and Afters option (#​2403)
Bug Fixes
  • fix(selector): set global do not work (#​2489)
  • fix(filter): filter out keyvals if keyFunc is provided (#​2484)
  • fix(contrib/log): test case error (#​2487)
  • fix ewma panic (#​2480)
Others
  • build(deps): bump github.com/apolloconfig/agollo/v4 (#​2421)
  • build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/registry/etcd (#​2384)
  • build(deps): bump google.golang.org/grpc in /contrib/opensergo (#​2452)
  • build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#​2453)
  • typo: correct var name (#​2496)
  • build(deps): bump github.com/hashicorp/consul/api (#​2472)
  • build(deps): bump github.com/prometheus/client_golang (#​2494)
  • build(deps): bump github.com/polarismesh/polaris-go (#​2493)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​2492)
  • build(deps): bump google.golang.org/grpc in /contrib/registry/etcd (#​2454)
  • test(encoding/form): add unit test and code style modift (#​2467)
  • style(config): code style tweaks and abstracts some methods (#​2465)
  • build(deps): bump github.com/hashicorp/consul/api (#​2473)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​2483)
  • style(contrib/config): code style modify (#​2475)
New Contributors

Full Changelog: go-kratos/kratos@v2.5.2...v2.5.3

v2.5.2

Compare Source

Bug Fixes
  • fix(log): toString float32 precision loss and convert uint use FormatUint (#​2461)
  • fix net error (#​2460)
  • fix(metadata): sort services by lexicographical order on ListServices (#​2397)
  • fix: in for defer close (#​2411)
  • fix: contrib/registry/eureka/client.go serveice -> serivce (#​2440)
Others
  • build(deps): bump actions/setup-go from 3.3.0 to 3.3.1 (#​2462)
  • cleanup: use HTTP package methods replace GET POST DELETE... (#​2412)
  • test(middleware/auth/jwt): add test TestNewContextAndFromContext (#​2447)
  • test(middleware/metadata): supplement test and modify code style (#​2448)
  • docs(config/etcd): fix the missing step of Load (#​2450)
  • [Feature] add path prefix for http server (#​2439)
  • cleanup: regex replcae . => . (#​2435)
  • test(middleware/logging): TestExtractError (#​2443)
  • cleanup: update scpSyntaxRe regexp (#​2444)
  • style: kratos interface check (#​2441)
New Contributors

Full Changelog: go-kratos/kratos@v2.5.1...v2.5.2

v2.5.1

Compare Source

New Features
  • feat: golangci add goimports local-prefixes (#​2413)
  • feat: remote assert libraries (#​2372)
  • feat(internal/host): prefer ipv4 than ipv6 (#​2342)
  • feat(cmd): user prePage to check changelog dev (#​2340)
Bug Fixes
  • fix: fmt import (#​2379)
  • fix(aliyun log): 'format bool' is missing in 'toString' function (#​2406)
  • fix: modify interface check way on selector (#​2399)
  • fix(http/binding): fix http encode url (#​2400)
  • fix(registry/consul): use health check option to control custom checks (#​2391)
  • fix(http/binding): fix http encode url (#​2392)
  • fix: typo and grammatical errors (#​2368)
  • fix: .gitignore del Repeated .*so (#​2367)
  • fix: modify interface check way (#​2375)
  • fix(apollo): config return nil when watch err
  • fix(makefile): add "make proto" for proto generating (#​2130)
Chores
Others
  • cleanup: remove redundancy type conversion and golangci add unconvert (#​2409)
  • add custom binding (#​2428)
  • expose request from transport (#​2427)
  • style: modify declaring empty slices (#​2378)
  • style(config/value): optimize atomicValue format string (#​2401)
  • test(log): add toString unit test (#​2373)
  • cleanup: remove fmt and errors new err (#​2377)
  • cleanup: remove the repeated import (#​2393)
  • cleanup: modify deprecated field (#​2380)
  • typo for log (#​2374)
  • test: supplement the unit testing of transport/grpc (#​2371)
  • revise err logic or null pointer exception (#​2376)
  • test(cmd): add ModulePath test (#​2337)
New Contributors

Full Changelog: go-kratos/kratos@v2.5.0...v2.5.1

v2.5.0

Compare Source

contrib -> go get github.com/kraots/contrib/xxxx@ba72230

Dependencies
  • deps: upgreade kratos version to v2.5.0 (#​2286)
New Features
  • feat: add servicecomb registry (#​2114)
  • feat(registry): consul get service support remote (#​2275)
  • feat(log): add tencent cls (#​2244)
Bug Fixes
  • fix: encoding form decode field mask from well-know (#​2285)
  • fix typo (#​2284)
  • fix: delete endpoint service discovery compatibility (#​2289)
  • fix logger caller depth (#​2283)
  • fix: wrong order of Logger prefix kvs (#​2273)
  • fix(log): DefaultCaller doesn't returns "pkg/file:line", it returns "file:line" now. For example, both biz/user.go and data/user.go are printed as user.go in logger. It's not clear. (#​2274)
  • fix(chore): set nacos-server v2.1.0 and consul v1.12.3 (#​2268)
  • fix lint error (#​2266)
  • fix: in case url or form bind param error should return BadRequest (#​2256)
  • fix(registry): contrib/registry/zookeeper ephemeral nodes handling after restart (#​2245)
Others
  • doc: grammar problems in the Readme file (#​2281)
  • bc: apollo unable to get and watch to the properties file (#​2269)
  • refactor(log) aliyun use the same interface name (#​2251)
  • refactor: unify selector filter (#​2277)
  • Global logger (#​2265)
  • build(deps): bump google.golang.org/protobuf in /contrib/log/aliyun (#​2249)
  • build(deps): bump github.com/prometheus/common (#​2210)

New Contributors

Full Changelog: go-kratos/kratos@v2.4.1...v2.5.0

v2.4.1

Compare Source

contrib -> go get github.com/kraots/contrib/xxxx@eff3686

New Features
  • feat(middleware): add selector matcher (#​2239)
  • feat: support passing program args with run cmd (#​2207)
Bug Fixes
  • fix default behavior for gRPC encoding (#​2187)
  • fix: zookeeper add auto re-register (#​2235)
  • fix(contrib/config/polaris): Use injected client properly (#​2238)
  • fix: remove unuseful file when use nomod (#​2234)
  • fix(contrib): add logrus fatal level (#​2222)
Others
  • update ignore for go workspace (#​2240)
  • build(deps): bump k8s.io/client-go in /contrib/config/kubernetes (#​2217)
  • build(deps): bump k8s.io/client-go in /contrib/registry/kubernetes (#​2218)
  • build(deps): bump github.com/hashicorp/consul/api (#​2211)
  • build(deps): bump github.com/hashicorp/consul/api (#​2209)
  • build(deps): bump k8s.io/api in /contrib/config/kubernetes (#​2219)
  • build(deps): bump k8s.io/api in /contrib/registry/kubernetes (#​2220)
  • build(deps): bump github.com/go-zookeeper/zk (#​2236)
  • proto build client structName not match to server's structName (#​2200)
  • docs: update README_zh.md (#​2208)
  • build(deps): bump github.com/prometheus/common (#​2188)
  • build(deps): bump actions/setup-go from 3.2.0 to 3.2.1 (#​2189)
  • Feature/improve app test (#​2190)
  • test: increase endpoint,env, options and reader tests coverage. (#​2192)
  • test(contrib): update unit test for contrib/registry/polaris (#​2196)
  • test(log): increase tests coverage (#​2197)
New Contributors

Full Changelog: go-kratos/kratos@v2.4.0...v2.4.1

v2.4.0

Compare Source

contrib -> go get github.com/kraots/contrib/xxxx@1451b9e

New Features
  • feat(http): add http router walk (#​2181)
  • feat(metadata): Ignore service if the dependencies are not found (#​2171)
  • feat: add logrus to contrib log (#​2077)
  • feat: add contrib/config/polaris polaris as configcenter (#​2158)
  • feat: add protoc-gen-go-http annotations synchronization with protoc-gen-go-grpc (#​2151)
Bug Fixes
  • fix(transport): http endpoint listening (#​2180)
  • fix transport early listening (#​2177)
  • fix(errors): panic when err of Clone is nil (#​2176)
  • fix(encoding/form): encode optional value (#​2155)
  • fix: typo on emptypb.Empty (#​2150)
Others
  • test(options): increase tests coverage (#​2183)
  • test(transport): add unit test for transport coverage: 91.7% of state… (#​2172)
  • test(contrib): add unit test for contrib/metrics/prometheus (#​2182)
  • test(contrib/config/consul): add unit test for contrib/config/consul (#​2179)
  • test(errors): improve coverage (#​2178)
  • build(deps): bump k8s.io/client-go in /contrib/registry/kubernetes (#​2120)
  • tests(coverage): Increase middleware tests coverage (#​2165)
  • test(config/file): add format test (#​2147) (#​2168)
  • build(deps): bump github.com/hashicorp/consul/api (#​2082)
  • test(contrib): add unit test for contrib/registry/k8s (#​2166)
  • build(deps): bump github.com/hashicorp/consul/api (#​2081)
  • build(deps): bump k8s.io/client-go in /contrib/config/kubernetes (#​2122)
  • build(deps): bump k8s.io/api in /contrib/registry/kubernetes (#​2124)
  • test(contrib): add unit test for aliyun.go (#​2164)
  • test(encoding/form): well konw types test (#​2147) (#​2160)
  • test: supplement the unit testing of metadata (#​2161)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#​2152)
  • test(nacos): add nacos unit test and remove unused function (#​2145)
  • test(contrib): add unit test for contrib/config/k8s (#​2140)
  • test(contrib): add unit test for contrib/registry/consul (#​2148)
New Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-go-kratos-kratos-2.x branch from e8ada15 to 477e523 Compare July 4, 2023 07:23
@renovate renovate bot force-pushed the renovate/github.com-go-kratos-kratos-2.x branch from 477e523 to 59e2782 Compare August 8, 2023 06:06
@renovate renovate bot force-pushed the renovate/github.com-go-kratos-kratos-2.x branch from 59e2782 to a8f39c7 Compare October 23, 2023 14:38
@renovate renovate bot force-pushed the renovate/github.com-go-kratos-kratos-2.x branch from a8f39c7 to c49ec0d Compare December 7, 2023 07:19
@renovate renovate bot force-pushed the renovate/github.com-go-kratos-kratos-2.x branch from c49ec0d to 4ebfc78 Compare March 22, 2024 20:52
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c -> v0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants