|
1 | 1 | module github.com/m-lab/prometheus-bigquery-exporter
|
2 | 2 |
|
3 |
| -go 1.14 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | cloud.google.com/go/bigquery v1.3.0
|
7 |
| - github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect |
8 |
| - github.com/golang/protobuf v1.4.1 // indirect |
9 |
| - github.com/google/go-github/v25 v25.1.3 // indirect |
10 | 7 | github.com/googleapis/google-cloud-go-testing v0.0.0-20191008195207-8e1d251e947d
|
11 | 8 | github.com/m-lab/go v1.4.0
|
12 |
| - github.com/pkg/errors v0.9.1 // indirect |
13 | 9 | github.com/prometheus/client_golang v1.6.0
|
14 |
| - github.com/prometheus/common v0.10.0 // indirect |
15 |
| - github.com/prometheus/promu v0.5.0 // indirect |
16 | 10 | github.com/spf13/afero v1.2.2
|
17 | 11 | golang.org/x/net v0.0.0-20200513185701-a91f0712d120
|
| 12 | + google.golang.org/api v0.15.0 |
| 13 | +) |
| 14 | + |
| 15 | +require ( |
| 16 | + cloud.google.com/go v0.50.0 // indirect |
| 17 | + github.com/BurntSushi/toml v0.3.1 // indirect |
| 18 | + github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 // indirect |
| 19 | + github.com/beorn7/perks v1.0.1 // indirect |
| 20 | + github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 21 | + github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect |
| 22 | + github.com/golang/protobuf v1.4.1 // indirect |
| 23 | + github.com/googleapis/gax-go/v2 v2.0.5 // indirect |
| 24 | + github.com/jstemmer/go-junit-report v0.9.1 // indirect |
| 25 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 26 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 27 | + github.com/prometheus/common v0.10.0 // indirect |
| 28 | + github.com/prometheus/procfs v0.0.11 // indirect |
| 29 | + github.com/prometheus/prometheus v2.5.0+incompatible // indirect |
| 30 | + go.opencensus.io v0.22.2 // indirect |
| 31 | + golang.org/x/exp v0.0.0-20191227195350-da58074b4299 // indirect |
| 32 | + golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect |
18 | 33 | golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
19 | 34 | golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
|
20 |
| - google.golang.org/api v0.15.0 |
| 35 | + golang.org/x/text v0.3.2 // indirect |
| 36 | + golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4 // indirect |
21 | 37 | google.golang.org/appengine v1.6.6 // indirect
|
| 38 | + google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect |
| 39 | + google.golang.org/grpc v1.26.0 // indirect |
| 40 | + google.golang.org/protobuf v1.22.0 // indirect |
22 | 41 | gopkg.in/yaml.v2 v2.3.0 // indirect
|
| 42 | + honnef.co/go/tools v0.0.1-2019.2.3 // indirect |
23 | 43 | )
|
0 commit comments