-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (23 loc) · 979 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/rigado/ble
go 1.19
require (
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/json-iterator/go v1.1.9
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/urfave/cli v1.22.2
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
golang.org/x/sys v0.15.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
)