Merge pull request #6337 from thaJeztah/bump_go_restful

go.mod: update to github.com/emicklei/go-restful/v3 v3.7.3
This commit is contained in:
Phil Estes
2022-02-22 17:33:37 -05:00
committed by GitHub
49 changed files with 4593 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
restful "github.com/emicklei/go-restful"
restful "github.com/emicklei/go-restful/v3"
"k8s.io/apimachinery/pkg/types"
remotecommandconsts "k8s.io/apimachinery/pkg/util/remotecommand"