Skip to content

Commit

Permalink
update(go.mod): bump dependencies versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce authored and poiana committed May 26, 2022
1 parent c0a091e commit a079011
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 15 deletions.
7 changes: 5 additions & 2 deletions go.mod
Expand Up @@ -4,7 +4,10 @@ go 1.14

require (
github.com/falcosecurity/client-go v0.5.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/common v0.34.0 // indirect
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.41.0
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
google.golang.org/genproto v0.0.0-20220525015930-6ca3db687a9d // indirect
google.golang.org/grpc v1.46.2
)

0 comments on commit a079011

Please sign in to comment.