Skip to content

Commit

Permalink
Update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlawr authored and guangbochen committed May 25, 2021
1 parent c11847e commit 3f14ef8
Show file tree
Hide file tree
Showing 239 changed files with 92,107 additions and 75 deletions.
10 changes: 7 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ replace (
github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go v3.2.1-0.20200107013213-dc14462fd587+incompatible
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
github.com/go-kit/kit => github.com/go-kit/kit v0.3.0
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
github.com/openshift/api => github.com/openshift/api v0.0.0-20191219222812-2987a591a72c
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20191125132246-f6563a70e19a
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200521150516-05eb9880269c
github.com/operator-framework/operator-lifecycle-manager => github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190128024246-5eb7ae5bdb7a
github.com/rancher/apiserver => github.com/cnrancher/apiserver v0.0.0-20210302022932-069aa785cb9f
github.com/rancher/rancher/pkg/apis => github.com/rancher/rancher/pkg/apis v0.0.0-20210304063736-65f7c844267b
Expand Down Expand Up @@ -40,7 +41,7 @@ replace (
k8s.io/mount-utils => k8s.io/mount-utils v0.20.4
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.20.4

kubevirt.io/client-go => github.com/kubevirt/client-go v0.40.0-rc.2
kubevirt.io/client-go => github.com/kubevirt/client-go v0.40.0
kubevirt.io/containerized-data-importer => github.com/rancher/kubevirt-containerized-data-importer v1.26.1-0.20210303063201-9e7a78643487
sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v0.0.0-20190302045857-e85c7b244fd2
)
Expand All @@ -49,6 +50,8 @@ require (
github.com/containernetworking/cni v0.8.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ehazlett/simplelog v0.0.0-20200226020431-d374894e92a4
github.com/emicklei/go-restful v2.10.0+incompatible
github.com/go-openapi/spec v0.19.5
github.com/gorilla/mux v1.8.0
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/guonaihong/gout v0.1.3
Expand Down Expand Up @@ -89,9 +92,10 @@ require (
k8s.io/apiserver v0.20.4
k8s.io/client-go v12.0.0+incompatible
k8s.io/gengo v0.0.0-20201113003025-83324d819ded
k8s.io/kube-openapi v0.0.0-20210113233702-8566a335510f
k8s.io/kubernetes v1.20.2
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
kubevirt.io/client-go v0.40.0-rc.2
kubevirt.io/client-go v0.40.0
kubevirt.io/containerized-data-importer v1.31.0
kubevirt.io/kubevirt v0.40.0
sigs.k8s.io/kind v0.9.0
Expand Down
79 changes: 8 additions & 71 deletions go.sum

Large diffs are not rendered by default.

202 changes: 202 additions & 0 deletions vendor/github.com/coreos/prometheus-operator/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/coreos/prometheus-operator/NOTICE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f14ef8

Please sign in to comment.