Skip to content

Commit

Permalink
refactor: cli update and deepflow-server update message
Browse files Browse the repository at this point in the history
  • Loading branch information
lzf575 authored and sharang committed Jul 22, 2024
1 parent 19d7273 commit 76d445b
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-20240527060827-9ad113dbccad
github.com/deepflowio/deepflow/server v0.0.0-20240710100134-1852758e8105
github.com/deepflowio/deepflow/message v0.0.0-20240718034203-09d6b7d4e926
github.com/deepflowio/deepflow/server v0.0.0-20240722004820-198136782148
github.com/golang/protobuf v1.5.4
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-20240527060827-9ad113dbccad h1:7fDWYpLr7Xd0LXrYDkFqQSv2luydJ+uqrU2c9bVCKgw=
github.com/deepflowio/deepflow/message v0.0.0-20240527060827-9ad113dbccad/go.mod h1:e+1lUMMlycCvFRKvlwt/y/0vxJnF8wVss3GyR1ARXY0=
github.com/deepflowio/deepflow/server v0.0.0-20240710100134-1852758e8105 h1:wcwz4on7Ma3VQ9OD4pVhXie5t/v/0SGydSdfqtdfmAs=
github.com/deepflowio/deepflow/server v0.0.0-20240710100134-1852758e8105/go.mod h1:bUT0zBmSyP2tGPsN8liUIwyIW2z7AehhmGjm8D+Mo00=
github.com/deepflowio/deepflow/message v0.0.0-20240718034203-09d6b7d4e926 h1:MPz1PPVG5GVEIdIYxdxeOqiI+kmr2zGpTetVao4LuJo=
github.com/deepflowio/deepflow/message v0.0.0-20240718034203-09d6b7d4e926/go.mod h1:e+1lUMMlycCvFRKvlwt/y/0vxJnF8wVss3GyR1ARXY0=
github.com/deepflowio/deepflow/server v0.0.0-20240722004820-198136782148 h1:wbH8R0w9d7OdF+DaxstoHSmFbT2OhLIsI2GDF+1au2E=
github.com/deepflowio/deepflow/server v0.0.0-20240722004820-198136782148/go.mod h1:sVACr39AxYb+iivqCDCtDN8LxA0yDBVvnHefgtBYV4Y=
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 76d445b

Please sign in to comment.