File tree Expand file tree Collapse file tree 8 files changed +375
-408
lines changed Expand file tree Collapse file tree 8 files changed +375
-408
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ go 1.15
44
55replace github.com/blues/note-cli/lib => ./lib
66
7- // replace github.com/blues/note-go => ./note-go
7+ // uncomment this for easier testing locally
8+ // replace github.com/blues/note-go => ../hub/note-go
89
910require (
1011 github.com/blues/note-cli/lib v0.0.0-20240515194341-6ba45582741d
11- github.com/blues/note-go v1.7.2
12+ github.com/blues/note-go v1.7.3
1213 github.com/fatih/color v1.17.0
1314 github.com/peterh/liner v1.2.2
1415 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
15- golang.org/x/term v0.20.0
1616)
1717
1818require (
@@ -24,6 +24,7 @@ require (
2424 github.com/rivo/uniseg v0.4.7 // indirect
2525 github.com/shirou/gopsutil/v3 v3.24.4 // indirect
2626 github.com/tklauser/go-sysconf v0.3.14 // indirect
27- go.bug.st/serial v1.6.2 // indirect
27+ go.bug.st/serial v1.6.2
28+ golang.org/x/sys v0.20.0 // indirect
2829 periph.io/x/host/v3 v3.8.2 // indirect
2930)
Original file line number Diff line number Diff line change 11github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d /go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg =
22github.com/blues/note-go v1.5.0 /go.mod h1:F66ZqObdOhxRRXIwn9+YhVGqB93jMAnqlO2ibwMa998 =
3- github.com/blues/note-go v1.7.2 h1:hasFsMNTnvyp5MPpnhqL46LC1tqzxQ5sGg+NOcJUV8E =
4- github.com/blues/note-go v1.7.2 /go.mod h1:GfslvbmFus7z05P1YykcbMedTKTuDNTf8ryBb1Qjq/4 =
3+ github.com/blues/note-go v1.7.3 h1:aj7kprrgadR6sgxJs0fNMQfZRk1J0Mi4L2ythRtcxus =
4+ github.com/blues/note-go v1.7.3 /go.mod h1:GfslvbmFus7z05P1YykcbMedTKTuDNTf8ryBb1Qjq/4 =
55github.com/creack/goselect v0.1.2 h1:2DNy14+JPjRBgPzAd1thbQp4BSIihxcBf0IXhQXDRa0 =
66github.com/creack/goselect v0.1.2 /go.mod h1:a/NhLweNvqIYMuxcMOuWY516Cimucms3DglDzQP3hKY =
77github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -99,8 +99,6 @@ golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
9999golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y =
100100golang.org/x/sys v0.20.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
101101golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
102- golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw =
103- golang.org/x/term v0.20.0 /go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY =
104102golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
105103gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
106104gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments