Skip to content

Commit

Permalink
upgrade kitex
Browse files Browse the repository at this point in the history
  • Loading branch information
day253 committed Oct 19, 2024
1 parent 582e507 commit be0ba8b
Show file tree
Hide file tree
Showing 46 changed files with 1,325 additions and 3,200 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/alibaba/sentinel-golang v1.0.4
github.com/alibaba/sentinel-golang/pkg/adapters/kitex v0.0.0-20241014064434-f13247da595a
github.com/apache/thrift v0.13.0
github.com/bytedance/gopkg v0.1.1
github.com/bytedance/sonic v1.12.3
github.com/cloudwego/gopkg v0.1.2
github.com/cloudwego/kitex v0.11.3
github.com/creasty/defaults v1.8.0
github.com/expr-lang/expr v1.16.9
Expand Down Expand Up @@ -44,6 +44,7 @@ require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/apache/thrift v0.13.0 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic/loader v0.2.0 // indirect
Expand All @@ -55,7 +56,6 @@ require (
github.com/cloudwego/dynamicgo v0.4.0 // indirect
github.com/cloudwego/fastpb v0.0.5 // indirect
github.com/cloudwego/frugal v0.2.0 // indirect
github.com/cloudwego/gopkg v0.1.2 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/cloudwego/localsession v0.0.2 // indirect
github.com/cloudwego/netpoll v0.6.4 // indirect
Expand Down
1 change: 0 additions & 1 deletion protocols/arbiter/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"context"

service "github.com/ishumei/krpc/protocols/arbiter/kitex_gen/com/shumei/service"
)

Expand Down
Loading

0 comments on commit be0ba8b

Please sign in to comment.