forked from bergotorino/ble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 824 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/rigado/ble
go 1.13
require (
github.com/enceve/crypto v0.0.0-20160707101852-34d48bb93815
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/json-iterator/go v1.1.9
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab
github.com/pkg/errors v0.8.1
github.com/raff/goble v0.0.0-20190909174656-72afc67d6a99
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli v1.22.2
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d // indirect
golang.org/x/sys v0.0.0-20191126131656-8a8471f7e56d
)