Add file transfer progress

This commit is contained in:
2021-12-12 13:25:40 -08:00
parent db8f03dee7
commit 60a0daa82e
4 changed files with 38 additions and 4 deletions

1
go.mod
View File

@@ -6,4 +6,5 @@ require (
github.com/fxamacker/cbor/v2 v2.3.0
github.com/godbus/dbus/v5 v5.0.3
github.com/muka/go-bluetooth v0.0.0-20211122080231-b99792bbe62a
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
)