Skip to content

Commit

Permalink
Merge pull request #223 from vladimirvivien/update_dependencies_for_cve
Browse files Browse the repository at this point in the history
Client-go update to v0.22.2
  • Loading branch information
vladimirvivien authored Oct 20, 2021
2 parents 6aa5f0d + 97eb366 commit 67f16b2
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 78 deletions.
24 changes: 13 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@ module github.com/vmware-tanzu/crash-diagnostics
go 1.16

require (
github.com/go-logr/logr v0.2.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.0
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.2.1
github.com/vladimirvivien/gexe v0.1.1
go.starlark.net v0.0.0-20201006213952-227f4aabceb5
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
google.golang.org/appengine v1.6.7 // indirect
k8s.io/api v0.20.9
k8s.io/apimachinery v0.20.9
k8s.io/cli-runtime v0.20.9
k8s.io/client-go v0.20.9
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/cli-runtime v0.22.2
k8s.io/client-go v0.22.2
)
Loading

0 comments on commit 67f16b2

Please sign in to comment.