Skip to content

Dependency update #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Dependencies

env:
# See: https://github.com/actions/setup-go/tree/v2#readme
GO_VERSION: "1.19"
GO_VERSION: "1.22"

# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Go

env:
# See: https://github.com/actions/setup-go/tree/v2#readme
GO_VERSION: "1.19"
GO_VERSION: "1.22"

# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
on:
Expand Down
13 changes: 3 additions & 10 deletions .licenses/go/github.com/arduino/board-discovery.dep.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
---
name: github.com/arduino/board-discovery
version: v0.0.0-20211020061712-fd83c2e3c908
version: v0.0.0-20240827103317-664e54f963fb
type: go
summary: 'Package discovery keeps an updated list of the devices connected to the
computer, via serial ports or found in the network Usage: monitor := discovery.New(time.Millisecond)
ctx, _ := context.WithTimeout(context.Background(), 10*time.Second) monitor.Start(ctx)
time.Sleep(10 * time.Second) fmt.Println(monitor.Serial()) fmt.Println(monitor.Network())
Output: map[/dev/ttyACM0:0x2341/0x8036] map[192.168.1.107:YunShield] You may also
decide to subscribe to the Events channel of the Monitor: monitor := discovery.New(time.Millisecond)
ctx, _ := context.WithTimeout(context.Background(), 10*time.Second) monitor.Start(ctx)
for ev := range monitor.Events { fmt.Println(ev) } Output: {add 0x2341/0x8036 <nil>}
{add <nil> YunShield}'
summary: Package discovery keeps an updated list of the devices connected to the computer,
via serial ports or found in the network
homepage: https://pkg.go.dev/github.com/arduino/board-discovery
license: gpl-2.0-or-later
licenses:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/fatih/color.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/fatih/color
version: v1.13.0
version: v1.14.1
type: go
summary: Package color is an ANSI color package to output colorized or SGR defined
output to the standard output.
Expand Down
80 changes: 25 additions & 55 deletions .licenses/go/github.com/fsnotify/fsnotify.dep.yml
Original file line number Diff line number Diff line change
@@ -1,66 +1,36 @@
---
name: github.com/fsnotify/fsnotify
version: v1.5.1
version: v1.7.0
type: go
summary: Package fsnotify provides a platform-independent interface for file system
notifications.
summary: Package fsnotify provides a cross-platform interface for file system notifications.
homepage: https://pkg.go.dev/github.com/fsnotify/fsnotify
license: bsd-3-clause
licenses:
- sources: LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2012-2019 fsnotify Authors. All rights reserved.
Copyright © 2012 The Go Authors. All rights reserved.
Copyright © fsnotify Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
* Neither the name of Google Inc. nor the names of its contributors may be used
to endorse or promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices:
- sources: AUTHORS
text: "# Names should be added to this file as\n#\tName or Organization <email address>\n#
The email address is not required for organizations.\n\n# You can update this
list using the following command:\n#\n# $ (head -n10 AUTHORS && git shortlog
-se | sed -E 's/^\\s+[0-9]+\\t//') | tee AUTHORS\n\n# Please keep the list sorted.\n\nAaron
L <[email protected]>\nAdrien Bustany <[email protected]>\nAlexey Kazakov
<[email protected]>\nAmit Krishnan <[email protected]>\nAnmol Sethi <[email protected]>\nBjørn
Erik Pedersen <[email protected]>\nBrian Goff <[email protected]>\nBruno
Bigras <[email protected]>\nCaleb Spare <[email protected]>\nCase Nelson
<[email protected]>\nChris Howey <[email protected]>\nChristoffer Buchholz <[email protected]>\nDaniel
Wagner-Hall <[email protected]>\nDave Cheney <[email protected]>\nEric Lin <[email protected]>\nEvan
Phoenix <[email protected]>\nFrancisco Souza <[email protected]>\nGautam Dey <[email protected]>\nHari
haran <[email protected]>\nIchinose Shogo <[email protected]>\nJohannes
Ebke <[email protected]>\nJohn C Barstow <[email protected]>\nKelvin Fo <[email protected]>\nKen-ichirou
MATSUZAWA <[email protected]>\nMatt Layher <[email protected]>\nMatthias Stone
<[email protected]>\nNathan Youngman <[email protected]>\nNickolai Zeldovich
<[email protected]>\nOliver Bristow <[email protected]>\nPatrick
<[email protected]>\nPaul Hammond <[email protected]>\nPawel Knap <[email protected]>\nPieter
Droogendijk <[email protected]>\nPratik Shinde <[email protected]>\nPursuit92
<[email protected]>\nRiku Voipio <[email protected]>\nRob Figueiredo
<[email protected]>\nRodrigo Chiossi <[email protected]>\nSlawek Ligus <[email protected]>\nSoge
Zhang <[email protected]>\nTiffany Jernigan <[email protected]>\nTilak
Sharma <[email protected]>\nTobias Klauser <[email protected]>\nTom Payne
<[email protected]>\nTravis Cline <[email protected]>\nTudor Golubenco <[email protected]>\nVahe
Khachikyan <[email protected]>\nYukang <[email protected]>\nbronze1man <[email protected]>\ndebrando
<[email protected]>\nhenrikedwards <[email protected]>\n铁哥 <[email protected]>"
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
37 changes: 0 additions & 37 deletions .licenses/go/github.com/gofrs/uuid.dep.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .licenses/go/github.com/golang/protobuf/jsonpb.dep.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .licenses/go/github.com/golang/protobuf/ptypes.dep.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .licenses/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
name: github.com/golang/protobuf/ptypes/any
version: v1.5.4
name: github.com/google/uuid
version: v1.6.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any
summary: Package uuid generates and inspects UUIDs.
homepage: https://pkg.go.dev/github.com/google/uuid
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.
- sources: LICENSE
text: |
Copyright (c) 2009,2014 Google Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -35,5 +35,4 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

notices: []
2 changes: 1 addition & 1 deletion .licenses/go/github.com/juju/errors.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/juju/errors
version: v0.0.0-20210818161939-5560c4c073ff
version: v1.0.0
type: go
summary: Package errors provides an easy way to annotate errors without losing the
original error context.
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/magiconair/properties.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/magiconair/properties
version: v1.8.5
version: v1.8.7
type: go
summary: Package properties provides functions for reading and writing ISO-8859-1
and UTF-8 encoded .properties files and has support for recursive property expansion.
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/mattn/go-colorable.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/mattn/go-colorable
version: v0.1.12
version: v0.1.13
type: go
summary:
homepage: https://pkg.go.dev/github.com/mattn/go-colorable
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/mattn/go-isatty.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/mattn/go-isatty
version: v0.0.14
version: v0.0.17
type: go
summary: Package isatty implements interface to isatty
homepage: https://pkg.go.dev/github.com/mattn/go-isatty
Expand Down
Loading
Loading