forked from quantummetric/prometheus-bigquery-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 915 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/m-lab/prometheus-bigquery-exporter
go 1.14
require (
cloud.google.com/go/bigquery v1.3.0
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/golang/protobuf v1.4.1 // indirect
github.com/google/go-github/v25 v25.1.3 // indirect
github.com/googleapis/google-cloud-go-testing v0.0.0-20191008195207-8e1d251e947d
github.com/m-lab/go v1.4.0
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/promu v0.5.0 // indirect
github.com/spf13/afero v1.2.2
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
google.golang.org/api v0.15.0
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)