Skip to content

Commit

Permalink
Merge pull request #104 from prachidamle/cve_image
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
prachidamle authored Jul 28, 2021
2 parents 3ad8a6d + f942d52 commit d345139
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 62 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ replace k8s.io/client-go => k8s.io/client-go v0.19.2

require (
github.com/blang/semver v3.5.0+incompatible
github.com/gogo/protobuf v1.3.2 // indirect
github.com/prometheus-operator/prometheus-operator v0.43.2
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.43.0
github.com/prometheus/client_golang v1.8.0
Expand All @@ -16,7 +17,7 @@ require (
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/urfave/cli v1.22.2
golang.org/x/tools v0.0.0-20201120032337-6d151481565c // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
k8s.io/api v0.19.2
k8s.io/apiextensions-apiserver v0.19.2
k8s.io/apimachinery v0.19.2
Expand Down
Loading

0 comments on commit d345139

Please sign in to comment.