module github.com/nmasse-itix/nftables-counters-exporter go 1.16 require ( github.com/google/nftables v0.0.0-20211209220838-6f19c4381e13 github.com/prometheus/client_golang v1.11.0 github.com/spf13/cobra v1.3.0 github.com/spf13/viper v1.10.1 )