Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
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
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.3.0
github.com/prometheus/client_golang v1.9.0
github.com/falcosecurity/client-go v0.4.0
Copy link
Copy Markdown
Member

@leogr leogr Sep 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasondellaluce @leodido Thank you for making this happen! 🤗

github.com/prometheus/client_golang v1.11.0
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.35.0
google.golang.org/grpc v1.41.0
)
Loading