From 88c30527510b25d19547fb791ca8a174bb207a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 4 Feb 2019 12:51:54 +0100 Subject: [PATCH] module: update github.com/muka/go-bluetooth commit hash to 048fce4 Update github.com/muka/go-bluetooth commit hash to 048fce4 (#16) --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7cb0a0b..08d984f 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect github.com/muka/ble v0.0.0-20180314094923-5613a57406d1 // indirect - github.com/muka/go-bluetooth v0.0.0-20190123084403-a5ba83cc4d9b + github.com/muka/go-bluetooth v0.0.0-20190204113330-048fce4f8d39 github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.3.0 // indirect github.com/stretchr/testify v1.3.0 diff --git a/go.sum b/go.sum index a24f56f..f92a7da 100644 --- a/go.sum +++ b/go.sum @@ -30,6 +30,7 @@ github.com/muka/ble v0.0.0-20180314094923-5613a57406d1/go.mod h1:1lEPQDLh8Z86+RE github.com/muka/go-bluetooth v0.0.0-20181012115104-31d8f53bf9a1 h1:VKhCDuxZ3+Bg+Plf7+CxgGRlNEdwHDKUqHoZLzer8Ms= github.com/muka/go-bluetooth v0.0.0-20181012115104-31d8f53bf9a1/go.mod h1:brKFFAJeW2mWp1W5D/GJhwbn3IpNR69jIm1qGWZcl50= github.com/muka/go-bluetooth v0.0.0-20190123084403-a5ba83cc4d9b/go.mod h1:brKFFAJeW2mWp1W5D/GJhwbn3IpNR69jIm1qGWZcl50= +github.com/muka/go-bluetooth v0.0.0-20190204113330-048fce4f8d39/go.mod h1:brKFFAJeW2mWp1W5D/GJhwbn3IpNR69jIm1qGWZcl50= github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=