Skip to content

Commit 2d1126e

Browse files
authored
Merge pull request distribution#3080 from thaJeztah/bump_go_metrics
vendor: update docker/go-metrics v0.0.1
2 parents 3b4d1e3 + 98dcc51 commit 2d1126e

File tree

216 files changed

+25440
-3593
lines changed

Some content is hidden

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

216 files changed

+25440
-3593
lines changed

go.mod

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require (
77
github.com/Azure/go-autorest v10.8.1+incompatible // indirect
88
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
99
github.com/aws/aws-sdk-go v1.15.11
10-
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
1110
github.com/bitly/go-simplejson v0.5.0 // indirect
1211
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
1312
github.com/bshuster-repo/logrus-logstash-hook v0.4.1
@@ -17,7 +16,7 @@ require (
1716
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba
1817
github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c // indirect
1918
github.com/dnaeon/go-vcr v1.0.1 // indirect
20-
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916
19+
github.com/docker/go-metrics v0.0.1
2120
github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1
2221
github.com/garyburd/redigo v0.0.0-20150301180006-535138d7bcd7
2322
github.com/gorilla/handlers v0.0.0-20150720190736-60c7bfde3e33
@@ -26,29 +25,22 @@ require (
2625
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect
2726
github.com/kr/pretty v0.1.0 // indirect
2827
github.com/marstr/guid v1.1.0 // indirect
29-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
3028
github.com/mitchellh/mapstructure v1.1.2
3129
github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f // indirect
3230
github.com/ncw/swift v1.0.47
3331
github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
3432
github.com/opencontainers/image-spec v1.0.0
35-
github.com/prometheus/client_golang v0.0.0-20180209125602-c332b6f63c06 // indirect
36-
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
37-
github.com/prometheus/common v0.0.0-20180110214958-89604d197083 // indirect
38-
github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7 // indirect
3933
github.com/satori/go.uuid v1.2.0 // indirect
4034
github.com/sirupsen/logrus v1.4.2
4135
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
4236
github.com/spf13/cobra v0.0.3
4337
github.com/spf13/pflag v1.0.3 // indirect
44-
github.com/stretchr/testify v1.3.0 // indirect
4538
github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 // indirect
4639
github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50
4740
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f // indirect
4841
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
4942
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b // indirect
5043
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
51-
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
5244
google.golang.org/api v0.0.0-20160322025152-9bf6e6e569ff
5345
google.golang.org/cloud v0.0.0-20151119220103-975617b05ea8
5446
google.golang.org/grpc v0.0.0-20160317175043-d3ddb4469d5a // indirect

go.sum

Lines changed: 53 additions & 19 deletions
Large diffs are not rendered by default.

vendor/github.com/beorn7/perks/quantile/stream.go

Lines changed: 29 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

vendor/github.com/docker/go-metrics/go.mod

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

vendor/github.com/docker/go-metrics/go.sum

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

vendor/github.com/golang/protobuf/proto/decode.go

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

vendor/github.com/golang/protobuf/proto/deprecated.go

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

vendor/github.com/golang/protobuf/proto/equal.go

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

vendor/github.com/golang/protobuf/proto/extensions.go

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

0 commit comments

Comments
 (0)