Skip to content

Commit 9b4727d

Browse files
committed
Updated a bunch of libraries
1 parent a0f001a commit 9b4727d

File tree

7 files changed

+103
-33
lines changed

7 files changed

+103
-33
lines changed

.licenses/arduino-router/NOTICE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
THIRD PARTY NOTICES
22

33
*****
4-
github.com/creack/goselect@v0.1.2
4+
github.com/creack/goselect@v0.1.3
55

66
The MIT License (MIT)
77

@@ -308,7 +308,7 @@ Apache License
308308
Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
309309

310310
*****
311-
github.com/spf13/pflag@v1.0.9
311+
github.com/spf13/pflag@v1.0.10
312312

313313
Copyright (c) 2012 Alex Ogier. All rights reserved.
314314
Copyright (c) 2012 The Go Authors. All rights reserved.
@@ -604,7 +604,7 @@ This software is released under the [BSD 3-clause license].
604604
[BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE
605605

606606
*****
607-
golang.org/x/sys/unix@v0.37.0
607+
golang.org/x/sys/unix@v0.38.0
608608

609609
Copyright 2009 The Go Authors.
610610

.licenses/arduino-router/go/github.com/creack/goselect.dep.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: github.com/creack/goselect
3-
version: v0.1.2
3+
version: v0.1.3
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/creack/goselect
77
license: mit
88
licenses:
@@ -33,4 +33,3 @@ licenses:
3333
- sources: README.md
3434
text: Released under the [MIT license](LICENSE).
3535
notices: []
36-
...

.licenses/arduino-router/go/github.com/spf13/pflag.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/spf13/pflag
3-
version: v1.0.9
3+
version: v1.0.10
44
type: go
55
summary: Package pflag is a drop-in replacement for Go's flag package, implementing
66
POSIX/GNU-style --flags.

.licenses/arduino-router/go/golang.org/x/sys/unix.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.37.0
3+
version: v0.38.0
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.37.0/LICENSE
9+
- sources: sys@v0.38.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: sys@v0.37.0/PATENTS
38+
- sources: sys@v0.38.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

debian/arduino-router/usr/share/doc/arduino-router/copyright

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To purchase a commercial license, send an email to license@arduino.cc.
1616
THIRD PARTY NOTICES
1717

1818
*****
19-
github.com/creack/goselect@v0.1.2
19+
github.com/creack/goselect@v0.1.3
2020

2121
The MIT License (MIT)
2222

@@ -323,7 +323,7 @@ Apache License
323323
Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt)
324324

325325
*****
326-
github.com/spf13/pflag@v1.0.9
326+
github.com/spf13/pflag@v1.0.10
327327

328328
Copyright (c) 2012 Alex Ogier. All rights reserved.
329329
Copyright (c) 2012 The Go Authors. All rights reserved.
@@ -619,7 +619,7 @@ This software is released under the [BSD 3-clause license].
619619
[BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE
620620

621621
*****
622-
golang.org/x/sys/unix@v0.37.0
622+
golang.org/x/sys/unix@v0.38.0
623623

624624
Copyright 2009 The Go Authors.
625625

go.mod

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,59 +12,69 @@ require (
1212
github.com/vmihailenco/msgpack/v5 v5.4.1
1313
go.bug.st/f v0.4.0
1414
go.bug.st/serial v1.6.4
15-
golang.org/x/sys v0.37.0
15+
golang.org/x/sys v0.38.0
1616
)
1717

1818
require (
19-
dario.cat/mergo v1.0.0 // indirect
19+
dario.cat/mergo v1.0.2 // indirect
2020
github.com/Ladicle/tabwriter v1.0.0 // indirect
2121
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2222
github.com/Microsoft/go-winio v0.6.2 // indirect
23-
github.com/ProtonMail/go-crypto v1.1.6 // indirect
24-
github.com/alecthomas/chroma/v2 v2.19.0 // indirect
23+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
24+
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
2525
github.com/chainguard-dev/git-urls v1.0.2 // indirect
2626
github.com/cloudflare/circl v1.6.1 // indirect
27-
github.com/creack/goselect v0.1.2 // indirect
28-
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
27+
github.com/creack/goselect v0.1.3 // indirect
28+
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
2929
github.com/dlclark/regexp2 v1.11.5 // indirect
3030
github.com/dominikbraun/graph v0.23.0 // indirect
31+
github.com/dustin/go-humanize v1.0.1 // indirect
3132
github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect
3233
github.com/emirpasic/gods v1.18.1 // indirect
3334
github.com/fatih/color v1.18.0 // indirect
3435
github.com/fsnotify/fsnotify v1.9.0 // indirect
3536
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3637
github.com/go-git/go-billy/v5 v5.6.2 // indirect
37-
github.com/go-git/go-git/v5 v5.16.2 // indirect
38+
github.com/go-git/go-git/v5 v5.16.4 // indirect
3839
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
39-
github.com/go-task/task/v3 v3.44.1 // indirect
40+
github.com/go-task/task/v3 v3.45.5 // indirect
4041
github.com/go-task/template v0.2.0 // indirect
4142
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
43+
github.com/golang/protobuf v1.5.4 // indirect
4244
github.com/google/uuid v1.6.0 // indirect
4345
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4446
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4547
github.com/joho/godotenv v1.5.1 // indirect
46-
github.com/kevinburke/ssh_config v1.2.0 // indirect
47-
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
48-
github.com/mattn/go-colorable v0.1.13 // indirect
48+
github.com/kevinburke/ssh_config v1.4.0 // indirect
49+
github.com/klauspost/compress v1.18.0 // indirect
50+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
51+
github.com/klauspost/pgzip v1.2.6 // indirect
52+
github.com/mattn/go-colorable v0.1.14 // indirect
4953
github.com/mattn/go-isatty v0.0.20 // indirect
5054
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
51-
github.com/pjbgf/sha1cd v0.3.2 // indirect
55+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
56+
github.com/pjbgf/sha1cd v0.5.0 // indirect
5257
github.com/pmezard/go-difflib v1.0.0 // indirect
5358
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
5459
github.com/sajari/fuzzy v1.0.0 // indirect
55-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
56-
github.com/skeema/knownhosts v1.3.1 // indirect
57-
github.com/spf13/pflag v1.0.9 // indirect
58-
github.com/stretchr/objx v0.5.2 // indirect
60+
github.com/sergi/go-diff v1.4.0 // indirect
61+
github.com/skeema/knownhosts v1.3.2 // indirect
62+
github.com/spf13/pflag v1.0.10 // indirect
63+
github.com/stretchr/objx v0.5.3 // indirect
64+
github.com/u-root/u-root v0.15.1-0.20251014130006-62f7144b33da // indirect
65+
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
5966
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
6067
github.com/xanzy/ssh-agent v0.3.3 // indirect
6168
github.com/zeebo/xxh3 v1.0.2 // indirect
62-
golang.org/x/crypto v0.37.0 // indirect
63-
golang.org/x/net v0.39.0 // indirect
64-
golang.org/x/sync v0.16.0 // indirect
65-
golang.org/x/term v0.33.0 // indirect
69+
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
70+
golang.org/x/crypto v0.45.0 // indirect
71+
golang.org/x/net v0.47.0 // indirect
72+
golang.org/x/sync v0.18.0 // indirect
73+
golang.org/x/term v0.37.0 // indirect
74+
google.golang.org/protobuf v1.33.0 // indirect
6675
gopkg.in/warnings.v0 v0.1.2 // indirect
6776
gopkg.in/yaml.v3 v3.0.1 // indirect
77+
mvdan.cc/sh/moreinterp v0.0.0-20251109230715-65adef8e2c5b // indirect
6878
mvdan.cc/sh/v3 v3.12.0 // indirect
6979
)
7080

0 commit comments

Comments
 (0)