Skip to content

Commit

Permalink
Bump github.com/gogo/protobuf and golang.org/x/crypto due to the secu…
Browse files Browse the repository at this point in the history
…rity reason
  • Loading branch information
LinuxSuRen committed Dec 3, 2021
1 parent 7c2a4dc commit 44264b8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 20 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@ require (
github.com/emicklei/go-restful v2.9.6+incompatible
github.com/emicklei/go-restful-openapi v1.3.0
github.com/go-openapi/spec v0.19.3
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/prometheus/client_golang v1.7.1
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
k8s.io/code-generator v0.19.2
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
sigs.k8s.io/controller-runtime v0.7.1
sigs.k8s.io/controller-tools v0.2.4
)
Loading

0 comments on commit 44264b8

Please sign in to comment.