Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSIRT PVR0274238 - Golang vulnerability #253

Merged
merged 1 commit into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ require (
github.com/blang/semver/v4 v4.0.0
github.com/coreos/etcd v3.3.25+incompatible // indirect
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/go-git/go-git/v5 v5.1.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/johnstarich/go/regext v0.0.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.10.0
golang.org/x/text v0.3.6-0.20210227105805-e3aa4adf54f6 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.17.17
k8s.io/apiextensions-apiserver v0.17.17
Expand Down
Loading