Skip to content

Commit 9affbc7

Browse files
authored
Run go mod tidy and vendor to add missing modules, remove unused modules, and update vendor folder. (#256)
1 parent 28afb60 commit 9affbc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+168
-9326
lines changed

go.mod

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,28 @@ module github.com/Stackdriver/stackdriver-prometheus-sidecar
22

33
require (
44
cloud.google.com/go v0.49.0
5-
cloud.google.com/go/bigquery v1.3.0 // indirect
6-
cloud.google.com/go/pubsub v1.1.0 // indirect
7-
cloud.google.com/go/storage v1.4.0 // indirect
8-
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
95
contrib.go.opencensus.io/exporter/prometheus v0.1.0
106
contrib.go.opencensus.io/exporter/stackdriver v0.12.8
11-
dmitri.shuralyov.com/gpu/mtl v0.0.0-20191126053124-fec1b7b612ab // indirect
12-
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 // indirect
137
github.com/Azure/azure-sdk-for-go v36.2.0+incompatible // indirect
14-
github.com/Azure/go-autorest v13.3.0+incompatible // indirect
8+
github.com/Azure/go-autorest v13.3.0+incompatible // indirect
159
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
16-
github.com/Azure/go-autorest/autorest/azure/auth v0.4.0 // indirect
1710
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
1811
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
19-
github.com/Masterminds/semver v1.5.0 // indirect
2012
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
2113
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
2214
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
2315
github.com/aws/aws-sdk-go v1.25.44 // indirect
2416
github.com/beorn7/perks v1.0.1 // indirect
25-
github.com/creack/pty v1.1.9 // indirect
26-
github.com/envoyproxy/go-control-plane v0.9.1 // indirect
2717
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
2818
github.com/ghodss/yaml v1.0.0
2919
github.com/go-kit/kit v0.9.0
3020
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect
3121
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
32-
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
3322
github.com/golang/protobuf v1.3.2
34-
github.com/google/btree v1.0.0 // indirect
3523
github.com/google/go-cmp v0.3.1
36-
github.com/google/pprof v0.0.0-20191105193234-27840fff0d09 // indirect
3724
github.com/googleapis/gnostic v0.3.0 // indirect
3825
github.com/gophercloud/gophercloud v0.3.0 // indirect
3926
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
40-
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
4127
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
4228
github.com/hashicorp/go-msgpack v0.5.5 // indirect
4329
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
@@ -46,8 +32,6 @@ require (
4632
github.com/hashicorp/serf v0.8.3 // indirect
4733
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // indirect
4834
github.com/json-iterator/go v1.1.7 // indirect
49-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
50-
github.com/kr/pty v1.1.8 // indirect
5135
github.com/miekg/dns v1.1.15 // indirect
5236
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
5337
github.com/oklog/oklog v0.3.2
@@ -61,25 +45,15 @@ require (
6145
github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d
6246
github.com/prometheus/tsdb v0.10.0
6347
github.com/rakyll/statik v0.1.6
64-
github.com/rogpeppe/go-internal v1.5.0 // indirect
6548
github.com/samuel/go-zookeeper v0.0.0-20190801204459-3c104360edc8 // indirect
66-
github.com/shopspring/decimal v0.0.0-20191125035519-b054a8dfd10d // indirect
6749
github.com/spaolacci/murmur3 v1.1.0 // indirect
68-
github.com/spf13/cobra v0.0.5 // indirect
6950
github.com/spf13/pflag v1.0.5 // indirect
70-
github.com/stretchr/objx v0.2.0 // indirect
7151
go.opencensus.io v0.22.2
7252
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1 // indirect
73-
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect
74-
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
75-
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
76-
golang.org/x/mobile v0.0.0-20191130191448-5c0e7e404af8 // indirect
7753
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
7854
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
7955
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
8056
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
81-
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d // indirect
82-
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
8357
google.golang.org/appengine v1.6.5 // indirect
8458
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11
8559
google.golang.org/grpc v1.25.1

go.sum

Lines changed: 2 additions & 110 deletions
Large diffs are not rendered by default.

vendor/github.com/Azure/go-autorest/autorest/preparer.go

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/sender.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/miekg/dns/duplicate_generate.go

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)