-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (44 loc) · 2.05 KB
/
go.mod
File metadata and controls
49 lines (44 loc) · 2.05 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/ffenix113/zigbee_home
go 1.24.0
toolchain go1.24.4
replace mynewt.apache.org/newtmgr => github.com/ffenix113/mynewt-newtmgr v0.0.0-20251208145259-17bb3a19d262
require (
github.com/sirupsen/logrus v1.9.1
github.com/stretchr/testify v1.11.1
github.com/urfave/cli/v3 v3.5.0
gopkg.in/yaml.v3 v3.0.1
mynewt.apache.org/newt v0.0.0-20251205100816-b94d8bd3bc87
mynewt.apache.org/newtmgr v0.0.0-20251205103416-4892d4d50f14
)
require (
github.com/JuulLabs-OSS/ble v0.0.0-20200716215611-d4fcc9d598bb // indirect
github.com/JuulLabs-OSS/cbgo v0.0.2 // indirect
github.com/abiosoft/ishell/v2 v2.0.2 // indirect
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/joaojeronimo/go-crc16 v0.0.0-20140729130949-59bd0194935e // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/otiai10/copy v1.9.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 // indirect
github.com/ugorji/go/codec v1.2.10 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
)