Skip to content

Commit

Permalink
fix: remove replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzhiter committed May 28, 2024
1 parent 41ab8ef commit 273da93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ module github.com/kitex-contrib/kitexcall

go 1.21

replace github.com/apache/thrift => github.com/apache/thrift v0.13.0

require (
github.com/bytedance/gopkg v0.0.0-20230728082804-614d0af6619b
github.com/cloudwego/dynamicgo v0.2.0
github.com/cloudwego/kitex v0.9.1
)

require (
github.com/apache/thrift v0.16.0 // indirect
github.com/apache/thrift v0.13.0 // indirect
github.com/bytedance/sonic v1.11.2 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
Expand Down

0 comments on commit 273da93

Please sign in to comment.