Update go-restful libraries (#2509)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-08-09 16:09:40 +05:30
committed by GitHub
parent 1184864c14
commit d32e09aaf9
12 changed files with 28 additions and 32 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ import (
"strconv"
"strings"
"github.com/emicklei/go-restful"
restfulspec "github.com/emicklei/go-restful-openapi"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
restful "github.com/emicklei/go-restful/v3"
"github.com/go-openapi/spec"
"github.com/gorilla/mux"
"github.com/pkg/errors"