vendor: update docker/go-metrics v0.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
6b972e50fe
commit
98dcc5195e
216 changed files with 25458 additions and 3611 deletions
22
vendor/modules.txt
vendored
22
vendor/modules.txt
vendored
|
@ -43,7 +43,7 @@ github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
|
|||
github.com/aws/aws-sdk-go/service/cloudfront/sign
|
||||
github.com/aws/aws-sdk-go/service/s3
|
||||
github.com/aws/aws-sdk-go/service/sts
|
||||
# github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
|
||||
# github.com/beorn7/perks v1.0.1
|
||||
github.com/beorn7/perks/quantile
|
||||
# github.com/bshuster-repo/logrus-logstash-hook v0.4.1
|
||||
github.com/bshuster-repo/logrus-logstash-hook
|
||||
|
@ -61,7 +61,7 @@ github.com/denverdino/aliyungo/oss
|
|||
github.com/denverdino/aliyungo/util
|
||||
# github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c
|
||||
github.com/dgrijalva/jwt-go
|
||||
# github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916
|
||||
# github.com/docker/go-metrics v0.0.1
|
||||
github.com/docker/go-metrics
|
||||
# github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1
|
||||
github.com/docker/libtrust
|
||||
|
@ -70,7 +70,7 @@ github.com/garyburd/redigo/internal
|
|||
github.com/garyburd/redigo/redis
|
||||
# github.com/go-ini/ini v1.25.4
|
||||
github.com/go-ini/ini
|
||||
# github.com/golang/protobuf v1.2.0
|
||||
# github.com/golang/protobuf v1.3.2
|
||||
github.com/golang/protobuf/proto
|
||||
# github.com/gorilla/handlers v0.0.0-20150720190736-60c7bfde3e33
|
||||
github.com/gorilla/handlers
|
||||
|
@ -96,20 +96,19 @@ github.com/opencontainers/go-digest
|
|||
# github.com/opencontainers/image-spec v1.0.0
|
||||
github.com/opencontainers/image-spec/specs-go
|
||||
github.com/opencontainers/image-spec/specs-go/v1
|
||||
# github.com/prometheus/client_golang v0.0.0-20180209125602-c332b6f63c06
|
||||
# github.com/prometheus/client_golang v1.1.0
|
||||
github.com/prometheus/client_golang/prometheus
|
||||
github.com/prometheus/client_golang/prometheus/internal
|
||||
github.com/prometheus/client_golang/prometheus/promhttp
|
||||
# github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5
|
||||
# github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
||||
github.com/prometheus/client_model/go
|
||||
# github.com/prometheus/common v0.0.0-20180110214958-89604d197083
|
||||
# github.com/prometheus/common v0.6.0
|
||||
github.com/prometheus/common/expfmt
|
||||
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
|
||||
github.com/prometheus/common/model
|
||||
# github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7
|
||||
# github.com/prometheus/procfs v0.0.3
|
||||
github.com/prometheus/procfs
|
||||
github.com/prometheus/procfs/internal/util
|
||||
github.com/prometheus/procfs/nfs
|
||||
github.com/prometheus/procfs/xfs
|
||||
github.com/prometheus/procfs/internal/fs
|
||||
# github.com/satori/go.uuid v1.2.0
|
||||
github.com/satori/go.uuid
|
||||
# github.com/sirupsen/logrus v1.4.2
|
||||
|
@ -144,8 +143,9 @@ golang.org/x/oauth2/google
|
|||
golang.org/x/oauth2/internal
|
||||
golang.org/x/oauth2/jws
|
||||
golang.org/x/oauth2/jwt
|
||||
# golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed
|
||||
# golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
# golang.org/x/text v0.3.0
|
||||
golang.org/x/text/secure/bidirule
|
||||
golang.org/x/text/transform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue