Skip to content

Commit f69327c

Browse files
thorfourcsmarchbanks
authored andcommitted
go mod update github.com/weaveworks/common (#1603)
* go mod update github.com/weaveworks/common go mod vendor Adds support for respecting https for s3 urls Signed-off-by: Thor <[email protected]> * go mod tidy Signed-off-by: Thor <[email protected]>
1 parent 1344e61 commit f69327c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require (
7070
github.com/uber/jaeger-client-go v2.16.0+incompatible
7171
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
7272
github.com/weaveworks/billing-client v0.0.0-20171006123215-be0d55e547b1
73-
github.com/weaveworks/common v0.0.0-20190714171817-ddeaa31513fd
73+
github.com/weaveworks/common v0.0.0-20190822150010-afb9996716e4
7474
github.com/weaveworks/promrus v1.2.0 // indirect
7575
go.etcd.io/bbolt v1.3.3
7676
go.etcd.io/etcd v0.0.0-20190709142735-eb7dd97135a5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ github.com/uber/jaeger-lib v2.0.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6
511511
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
512512
github.com/weaveworks/billing-client v0.0.0-20171006123215-be0d55e547b1 h1:qi+YkNiB7T3Ikw1DoDIFhdAPbDU7fUPDsKrUoZdupnQ=
513513
github.com/weaveworks/billing-client v0.0.0-20171006123215-be0d55e547b1/go.mod h1:7gGdEUJaCrSlWi/mjd68CZv0sfqektYPDcro9cE+M9k=
514-
github.com/weaveworks/common v0.0.0-20190714171817-ddeaa31513fd h1:yJjtAvkWEyZlz5DGkw3pL12Kbns8rOfPvDrtlIiC82A=
515-
github.com/weaveworks/common v0.0.0-20190714171817-ddeaa31513fd/go.mod h1:pSm+0KR57BG3pvGoJWFXJSAC7+sEPewcvdt5StevL3A=
514+
github.com/weaveworks/common v0.0.0-20190822150010-afb9996716e4 h1:O8BmyjqQoByXjAj6XaTfcxxqSIK6DYLmOSiYQPL9yJg=
515+
github.com/weaveworks/common v0.0.0-20190822150010-afb9996716e4/go.mod h1:pSm+0KR57BG3pvGoJWFXJSAC7+sEPewcvdt5StevL3A=
516516
github.com/weaveworks/promrus v1.2.0 h1:jOLf6pe6/vss4qGHjXmGz4oDJQA+AOCqEL3FvvZGz7M=
517517
github.com/weaveworks/promrus v1.2.0/go.mod h1:SaE82+OJ91yqjrE1rsvBWVzNZKcHYFtMUyS1+Ogs/KA=
518518
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=

vendor/github.com/weaveworks/common/aws/config.go

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

vendor/github.com/weaveworks/common/server/server.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/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ github.com/uber/jaeger-lib/metrics/prometheus
432432
github.com/uber/jaeger-lib/metrics
433433
# github.com/weaveworks/billing-client v0.0.0-20171006123215-be0d55e547b1
434434
github.com/weaveworks/billing-client
435-
# github.com/weaveworks/common v0.0.0-20190714171817-ddeaa31513fd
435+
# github.com/weaveworks/common v0.0.0-20190822150010-afb9996716e4
436436
github.com/weaveworks/common/tracing
437437
github.com/weaveworks/common/server
438438
github.com/weaveworks/common/user

0 commit comments

Comments
 (0)