Skip to content

Commit

Permalink
chore: update thriftgo to solve pulblic struct config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean committed Jun 12, 2024
1 parent 86863fa commit 3e01808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.13

require (
github.com/apache/thrift v0.13.0
github.com/cloudwego/thriftgo v0.3.13-0.20240530061534-6600bc058d00
github.com/cloudwego/thriftgo v0.3.14-0.20240612073149-c1e5299511d2
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/apache/thrift v0.13.0 h1:5hryIiq9gtn+MiLVn0wP37kb/uTeRZgN08WoCsAhIhI=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/cloudwego/thriftgo v0.3.13-0.20240530061534-6600bc058d00 h1:GA6zRxtZh8ctZ2LZCV3h7GfZMuBfrkdOQX1pzEcwRnQ=
github.com/cloudwego/thriftgo v0.3.13-0.20240530061534-6600bc058d00/go.mod h1:R4a+4aVDI0V9YCTfpNgmvbkq/9ThKgF7Om8Z0I36698=
github.com/cloudwego/thriftgo v0.3.14-0.20240612073149-c1e5299511d2 h1:JcTLdGsMmbjVA5XMiDcJz71B4rJGIFpMaryuzyYAAr0=
github.com/cloudwego/thriftgo v0.3.14-0.20240612073149-c1e5299511d2/go.mod h1:R4a+4aVDI0V9YCTfpNgmvbkq/9ThKgF7Om8Z0I36698=
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
Expand Down

0 comments on commit 3e01808

Please sign in to comment.