1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: update go-ble/ble and tidy

This commit is contained in:
cn
2020-01-20 19:42:21 +01:00
parent 4b00f1ed0e
commit c20f510c8c
2 changed files with 17 additions and 71 deletions

11
go.mod
View File

@ -3,18 +3,11 @@ module miflorad
go 1.11
require (
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fatih/structs v1.1.0 // indirect
github.com/go-ble/ble v0.0.0-20190513065955-e4c77014ff5a
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
github.com/pkg/errors v0.9.1
github.com/raff/goble v0.0.0-20190909174656-72afc67d6a99 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
)