forked from apache/mynewt-newtmgr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.05 KB
/
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
27
28
module mynewt.apache.org/newtmgr
go 1.12
require (
github.com/JuulLabs-OSS/ble v0.0.0-20200716215611-d4fcc9d598bb
github.com/JuulLabs-OSS/cbgo v0.0.2
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
github.com/abiosoft/ishell/v2 v2.0.2
github.com/fatih/color v1.14.1 // indirect
github.com/fatih/structs v1.1.0
github.com/joaojeronimo/go-crc16 v0.0.0-20140729130949-59bd0194935e
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/runtimeco/go-coap v0.0.0-20190911184520-8e5532820fc0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.6.1
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/ugorji/go/codec v1.2.10
golang.org/x/net v0.8.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
mynewt.apache.org/newt v0.0.0-20230307214303-0b46ad464e7a
)