Skip to content

Commit

Permalink
chore: update kitex & hertz version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo committed Jan 7, 2025
1 parent 91e903b commit a957845
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 152 deletions.
5 changes: 1 addition & 4 deletions easy_note/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ require (
)

require (
github.com/andeya/goutil v1.0.0 // indirect
github.com/bytedance/go-tagexpr/v2 v2.9.6 // indirect
github.com/bytedance/gopkg v0.1.1 // indirect
github.com/bytedance/sonic v1.12.2 // indirect
github.com/bytedance/sonic/loader v0.2.0 // indirect
Expand All @@ -38,6 +36,7 @@ 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 All @@ -57,7 +56,6 @@ require (
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
github.com/henrylee2cn/ameda v1.5.1 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/jhump/protoreflect v1.8.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
Expand All @@ -68,7 +66,6 @@ require (
github.com/modern-go/gls v0.0.0-20220109145502-612d0167dce5 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nyaruka/phonenumbers v1.1.6 // indirect
github.com/oleiade/lane v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
Expand Down
Loading

0 comments on commit a957845

Please sign in to comment.