Skip to content

Commit

Permalink
build: upgrade deps (bring metrics about drop)
Browse files Browse the repository at this point in the history
Among other things, this upgrade includes client-go v0.3.0 with latest proto definitions that introduces messages about drops to the gRCP outputs (marked as source=INTERNAL).
See falcosecurity/client-go#50 for more details.

Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Jan 26, 2021
1 parent a9c2175 commit acceb9b
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/falcosecurity/falco-exporter
go 1.14

require (
github.com/falcosecurity/client-go v0.2.0
github.com/prometheus/client_golang v1.1.0
github.com/falcosecurity/client-go v0.3.0
github.com/prometheus/client_golang v1.9.0
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.28.0
google.golang.org/grpc v1.35.0
)
Loading

0 comments on commit acceb9b

Please sign in to comment.