Update Renovates (#1758)

* Update com_github_libp2p_go_libp2p_autonat commit hash to ca1e879

* Update com_github_libp2p_go_libp2p_discovery commit hash to f6df2e8

* Update com_github_prometheus_procfs commit hash to bbced96

* Update com_github_libp2p_go_libp2p_autonat commit hash to ca1e879

* Update com_github_libp2p_go_libp2p_discovery commit hash to f6df2e8

* Update com_github_prometheus_procfs commit hash to bbced96

* Update org_golang_x_lint commit hash to 5b3e6a5

* Update dependency com_github_google_uuid to v1.1.1

* Update dependency com_github_hashicorp_golang_lru to v0.5.1
This commit is contained in:
terence tsao 2019-02-27 23:13:59 -08:00 committed by Nishant Das
parent 889caebdb0
commit a483dba91c

View File

@ -650,7 +650,7 @@ go_repository(
go_repository(
name = "org_golang_x_lint",
commit = "8f45f776aaf18cebc8d65861cc70c33c60471952",
commit = "5b3e6a55c961c61f4836ae6868c17b070744c590",
importpath = "golang.org/x/lint",
)
@ -680,7 +680,7 @@ go_repository(
go_repository(
name = "com_github_prometheus_procfs",
commit = "6ed1f7e1041181781dd2826d3001075d011a80cc",
commit = "bbced9601137e764853b2fad7ec3e2dc4c504e02",
importpath = "github.com/prometheus/procfs",
)
@ -742,7 +742,7 @@ go_repository(
go_repository(
name = "com_github_google_uuid",
importpath = "github.com/google/uuid",
tag = "v1.1.0",
tag = "v1.1.1",
)
go_repository(
@ -816,7 +816,7 @@ go_repository(
go_repository(
name = "com_github_hashicorp_golang_lru",
importpath = "github.com/hashicorp/golang-lru",
tag = "v0.5.0",
tag = "v0.5.1",
)
go_repository(
@ -827,13 +827,13 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_libp2p_discovery",
commit = "39a8e5c39a9035dbe7d83ce5d5d22c27669126b2",
commit = "f6df2e8dcd01e739e4c0d06c799c4de736c0aab2",
importpath = "github.com/libp2p/go-libp2p-discovery",
)
go_repository(
name = "com_github_libp2p_go_libp2p_autonat",
commit = "20af83cfbf8c25bd878167ac182f98e662d3e196",
commit = "ca1e8793f443d0219b265e2d14bedf8c7ae04c9b",
importpath = "github.com/libp2p/go-libp2p-autonat",
)