File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/wasmbus/wasmcloud-rpc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/klauspost/compress v1.17.11 // indirect
2121 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
2222 github.com/mattn/go-isatty v0.0.20 // indirect
23- github.com/mattn/go-runewidth v0.0.15 // indirect
23+ github.com/mattn/go-runewidth v0.0.16 // indirect
2424 github.com/minio/highwayhash v1.0.3 // indirect
2525 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2626 github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69
3030github.com/lucasb-eyer/go-colorful v1.2.0 /go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0 =
3131github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
3232github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
33- github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U =
34- github.com/mattn/go-runewidth v0.0.15 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
33+ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc =
34+ github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
3535github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q =
3636github.com/minio/highwayhash v1.0.3 /go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ =
3737github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments