Skip to content

Commit

Permalink
[CLI] upgrade message
Browse files Browse the repository at this point in the history
  • Loading branch information
roryye authored and SongZhen0704 committed Nov 27, 2023
1 parent 54d7283 commit 2a2975f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.18

require (
github.com/bitly/go-simplejson v0.5.0
github.com/deepflowio/deepflow/message v0.0.0-20231120093738-bab11a4d5c20
github.com/deepflowio/deepflow/server v0.0.0-20231120102426-0187cfecb22e
github.com/deepflowio/deepflow/message v0.0.0-20231125015407-3aaaa775c340
github.com/deepflowio/deepflow/server v0.0.0-20231125015407-3aaaa775c340
github.com/golang/protobuf v1.5.3
github.com/mattn/go-runewidth v0.0.14
github.com/olekukonko/tablewriter v0.0.5
Expand Down
8 changes: 4 additions & 4 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deepflowio/deepflow/message v0.0.0-20231120093738-bab11a4d5c20 h1:KB0jIv1De/5eJEneweSdDSQ9lTh34PXcwa6DxL3uc0k=
github.com/deepflowio/deepflow/message v0.0.0-20231120093738-bab11a4d5c20/go.mod h1:e+1lUMMlycCvFRKvlwt/y/0vxJnF8wVss3GyR1ARXY0=
github.com/deepflowio/deepflow/server v0.0.0-20231120102426-0187cfecb22e h1:GYIfyejCT2dKdTk7vPJrdQiF+IwjWMpW3stYBTUFMRI=
github.com/deepflowio/deepflow/server v0.0.0-20231120102426-0187cfecb22e/go.mod h1:t2OIdn/JoiZExnYD6B+f4Mek+BOZhajwC76To/LKPqc=
github.com/deepflowio/deepflow/message v0.0.0-20231125015407-3aaaa775c340 h1:EIM+VfAa3guWFAgxGnZnuZ/oMHoRwZN+2gqAIr36bxc=
github.com/deepflowio/deepflow/message v0.0.0-20231125015407-3aaaa775c340/go.mod h1:e+1lUMMlycCvFRKvlwt/y/0vxJnF8wVss3GyR1ARXY0=
github.com/deepflowio/deepflow/server v0.0.0-20231125015407-3aaaa775c340 h1:bHNg18NIm0c7FoZhcy15nNxW/GGwAayci/EBGP53HhE=
github.com/deepflowio/deepflow/server v0.0.0-20231125015407-3aaaa775c340/go.mod h1:t2OIdn/JoiZExnYD6B+f4Mek+BOZhajwC76To/LKPqc=
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
Expand Down

0 comments on commit 2a2975f

Please sign in to comment.