aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 70ed472cce5d3192c9533fa9a76e8be243e816f0 (plain)
1
2
3
4
5
6
7
8
9
module bnbl.io/csp_exporter

go 1.14

require (
	github.com/kelseyhightower/envconfig v1.4.0
	github.com/prometheus/client_golang v1.7.1
	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
)