Update go-bluetooth library for 5.65 support

This commit is contained in:
2022-08-19 14:02:52 -07:00
parent 91a47acb50
commit a1a289efc9
2 changed files with 1 additions and 3 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.16
require (
github.com/fxamacker/cbor/v2 v2.4.0
github.com/godbus/dbus/v5 v5.0.6
github.com/muka/go-bluetooth v0.0.0-20220219050759-674a63b8741a
github.com/muka/go-bluetooth v0.0.0-20220819140550-1d8857e3b268
github.com/rs/zerolog v1.26.1
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)