Bump go 1.19: update all the dependencies and go.sum files

1. run ./scripts/fix.sh;
2. cd tools/mod; gofmt -w . & go mod tidy;

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2022-09-21 15:52:10 +08:00
parent cb5f7276c3
commit 7f10dccbaf
39 changed files with 323 additions and 1087 deletions

View File

@ -39,5 +39,4 @@
// resp, _ = cli.Get(context.TODO(), "abc")
// fmt.Printf("%s\n", resp.Kvs[0].Value)
// // Output: 456
//
package namespace