Skip to content

Commit

Permalink
Merge pull request #5 from Zzhiter/fix/fix_go_mod
Browse files Browse the repository at this point in the history
fix: remove replace
  • Loading branch information
Zzhiter authored May 28, 2024
2 parents f7805f8 + 273da93 commit 9ac92a0
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 9ac92a0

Please sign in to comment.