Update golang.org/x/net/... dependencies to release-branch.go1.11

- latest grpc-ecosystem/go-grpc-middleware

Change-Id: Ida7d01e4606f6e0313e1355db6e85be0c0ef1dd1
This commit is contained in:
Prasad Ghangal
2019-01-07 18:29:55 +05:30
committed by Davanum Srinivas
parent 9cbccd3859
commit 317ecf58cc
74 changed files with 5201 additions and 3631 deletions

View File

@@ -69,7 +69,6 @@ var (
func init() {
cmdSave.Flag.BoolVar(&saveR, "r", false, "rewrite import paths")
cmdSave.Flag.BoolVar(&saveT, "t", false, "save test files")
}
func runSave(cmd *Command, args []string) {