Bump github.com/emicklei/go-restful-openapi to v2.9.2-0.20230507070325-d6acc08e570c (#5669)

This commit is contained in:
hongming
2023-05-09 10:13:45 +08:00
committed by GitHub
parent 16c2dbc693
commit 673fdde52c
160 changed files with 709 additions and 4635 deletions

View File

@@ -23,7 +23,7 @@ import (
"net/url"
"strings"
"github.com/emicklei/go-restful"
"github.com/emicklei/go-restful/v3"
v1 "k8s.io/api/core/v1"
devopsv1alpha3 "kubesphere.io/api/devops/v1alpha3"

View File

@@ -22,7 +22,7 @@ import (
"strconv"
"time"
"github.com/emicklei/go-restful"
"github.com/emicklei/go-restful/v3"
"kubesphere.io/kubesphere/pkg/simple/client/devops"
)

View File

@@ -19,7 +19,7 @@ import (
"net/http"
"strconv"
"github.com/emicklei/go-restful"
"github.com/emicklei/go-restful/v3"
v1 "k8s.io/api/core/v1"
"k8s.io/klog/v2"

View File

@@ -17,7 +17,7 @@ limitations under the License.
package jenkins
import (
"github.com/emicklei/go-restful"
"github.com/emicklei/go-restful/v3"
"k8s.io/klog/v2"
"kubesphere.io/kubesphere/pkg/simple/client/devops"

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"net/http"
"github.com/emicklei/go-restful"
"github.com/emicklei/go-restful/v3"
"k8s.io/klog/v2"
devopsv1alpha3 "kubesphere.io/api/devops/v1alpha3"