Skip to content

Commit 4ceaa5a

Browse files
authored
Bump dependencies (#746)
* bump `go.bug.st/serial` to 1.4.1 * replace `osext` direct dep with `os` from stdlib * bump github.com/oleksandr/bonjour lib * bump github.com/sfreiberg/simplessh lib * bump github.com/sirupsen/logrus lib * bump github.com/skratchdot/open-golang/open lib * bump github.com/xrash/smetrics lib * bump go.bug.st/downloader lib * bump golang.org/x/crypto and golang.org/x/sys libs
1 parent 3c0fefe commit 4ceaa5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+189
-231
lines changed

.licenses/arduino-create-agent/go/github.com/kardianos/osext.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/kardianos/osext
3-
version: v0.0.0-20170510131534-ae77be60afb1
3+
version: v0.0.0-20190222173326-2bc1f35cddc0
44
type: go
55
summary: Extensions to the standard "os" package.
66
homepage: https://pkg.go.dev/github.com/kardianos/osext

.licenses/arduino-create-agent/go/github.com/oleksandr/bonjour.dep.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
name: github.com/oleksandr/bonjour
3-
version: v0.0.0-20160508152359-5dcf00d8b228
3+
version: v0.0.0-20210301155756-30f43c61b915
44
type: go
5-
summary: bonjour This is a simple Multicast DNS-SD (Apple Bonjour) library written
6-
in Golang.
5+
summary: bonjour
76
homepage: https://pkg.go.dev/github.com/oleksandr/bonjour
87
license: mit
98
licenses:

.licenses/arduino-create-agent/go/github.com/pkg/sftp.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/pkg/sftp
3-
version: v1.12.0
3+
version: v1.13.4
44
type: go
55
summary: Package sftp implements the SSH File Transfer Protocol as described in https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02
66
homepage: https://pkg.go.dev/github.com/pkg/sftp
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: github.com/pkg/sftp/internal/encoding/ssh/filexfer
3+
version: v1.13.4
4+
type: go
5+
summary: Package filexfer implements the wire encoding for secsh-filexfer as described
6+
in https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02
7+
homepage: https://pkg.go.dev/github.com/pkg/sftp/internal/encoding/ssh/filexfer
8+
license: bsd-2-clause
9+
licenses:
10+
- sources: [email protected]/LICENSE
11+
text: |
12+
Copyright (c) 2013, Dave Cheney
13+
All rights reserved.
14+
15+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
16+
17+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
18+
* 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.
19+
20+
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 HOLDER 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.
21+
notices: []

.licenses/arduino-create-agent/go/github.com/sfreiberg/simplessh.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/sfreiberg/simplessh
3-
version: v0.0.0-20180301191542-495cbb862a9c
3+
version: v0.0.0-20220719182921-185eafd40485
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/sfreiberg/simplessh

.licenses/arduino-create-agent/go/github.com/sirupsen/logrus.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/sirupsen/logrus
3-
version: v1.8.1
3+
version: v1.9.0
44
type: go
55
summary: Package logrus is a structured logger for Go, completely API compatible with
66
the standard library logger.

.licenses/arduino-create-agent/go/github.com/skratchdot/open-golang/open.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/skratchdot/open-golang/open
3-
version: v0.0.0-20160302144031-75fb7ed4208c
3+
version: v0.0.0-20200116055534-eef842397966
44
type: go
55
summary: Open a file, directory, or URI using the OS's default application for that
66
object type.
77
homepage: https://pkg.go.dev/github.com/skratchdot/open-golang/open
88
license: mit
99
licenses:
10-
- sources: [email protected]20160302144031-75fb7ed4208c/LICENSE-MIT
10+
- sources: [email protected]20200116055534-eef842397966/LICENSE
1111
text: |
1212
Copyright (c) 2013 skratchdot
1313
@@ -31,6 +31,6 @@ licenses:
3131
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3232
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3333
OTHER DEALINGS IN THE SOFTWARE.
34-
- sources: [email protected]20160302144031-75fb7ed4208c/README.md
34+
- sources: [email protected]20200116055534-eef842397966/README.md
3535
text: "Copyright (c) 2013 skratchdot \nLicensed under the MIT license."
3636
notices: []

.licenses/arduino-create-agent/go/github.com/xrash/smetrics.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: github.com/xrash/smetrics
3-
version: v0.0.0-20170218160415-a3153f7040e9
3+
version: v0.0.0-20201216005158-039620a65673
44
type: go
5-
summary: "# String metrics This library contains implementations of the Levenshtein
6-
distance, Jaro-Winkler and Soundex algorithms written in Go (golang)."
5+
summary: Package smetrics provides a bunch of algorithms for calculating the distance
6+
between strings.
77
homepage: https://pkg.go.dev/github.com/xrash/smetrics
88
license: mit
99
licenses:

.licenses/arduino-create-agent/go/go.bug.st/downloader.dep.yml renamed to .licenses/arduino-create-agent/go/go.bug.st/downloader/v2.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: go.bug.st/downloader
3-
version: v0.0.0-20181116113543-9b8976a44d87
2+
name: go.bug.st/downloader/v2
3+
version: v2.1.1
44
type: go
55
summary:
6-
homepage: https://pkg.go.dev/go.bug.st/downloader
6+
homepage: https://pkg.go.dev/go.bug.st/downloader/v2
77
license: bsd-3-clause
88
licenses:
99
- sources: LICENSE

.licenses/arduino-create-agent/go/go.bug.st/serial.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: go.bug.st/serial
3-
version: v1.3.0
3+
version: v1.4.1
44
type: go
55
summary: Package serial is a cross-platform serial library for the go language.
66
homepage: https://pkg.go.dev/go.bug.st/serial
@@ -9,7 +9,7 @@ licenses:
99
- sources: LICENSE
1010
text: |2+
1111
12-
Copyright (c) 2014-2020, Cristian Maglie.
12+
Copyright (c) 2014-2021, Cristian Maglie.
1313
All rights reserved.
1414
1515
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)