From e5f7a0aef1631a83174839a16f6ca5974bd38b9d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Dec 2018 08:27:40 +0000 Subject: [PATCH] Update module godbus/dbus to v5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 29632da..5bfe234 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ require ( github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e github.com/fatih/structs v1.1.0 // indirect - github.com/godbus/dbus v0.0.0-20181031085051-66d97ae // indirect + github.com/godbus/dbus/v5 v5.0.1 // indirect github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.4 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect