Skip to content

Commit 166122e

Browse files
authored
Merge pull request #214 from arduino/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.7.0 to 0.17.0
2 parents 8f8f69c + 6c7bb9d commit 166122e

File tree

21 files changed

+67
-125
lines changed

21 files changed

+67
-125
lines changed

.licenses/libraries-repository-engine/go/golang.org/x/crypto/blowfish.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/crypto/blowfish
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.6.0/LICENSE
9+
- sources: crypto@v0.14.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
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: crypto@v0.6.0/PATENTS
38+
- sources: crypto@v0.14.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/libraries-repository-engine/go/golang.org/x/crypto/cast5.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/crypto/cast5
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package cast5 implements CAST5, as defined in RFC 2144.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.6.0/LICENSE
9+
- sources: crypto@v0.14.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
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: crypto@v0.6.0/PATENTS
38+
- sources: crypto@v0.14.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/libraries-repository-engine/go/golang.org/x/crypto/curve25519/internal/field.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/crypto/curve25519/internal/field
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package field implements fast arithmetic modulo 2^255-19.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519/internal/field
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.6.0/LICENSE
9+
- sources: crypto@v0.14.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
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: crypto@v0.6.0/PATENTS
38+
- sources: crypto@v0.14.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/libraries-repository-engine/go/golang.org/x/crypto/ed25519.dep.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/alias.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/crypto/internal/alias
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package alias implements memory aliasing tests.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/internal/alias
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.6.0/LICENSE
9+
- sources: crypto@v0.14.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
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: crypto@v0.6.0/PATENTS
38+
- sources: crypto@v0.14.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/poly1305.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/internal/poly1305
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package poly1305 implements Poly1305 one-time message authentication code
66
as specified in https://cr.yp.to/mac/poly1305-20050329.pdf.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/internal/poly1305
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.6.0/LICENSE
10+
- sources: crypto@v0.14.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.6.0/PATENTS
39+
- sources: crypto@v0.14.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/libraries-repository-engine/go/golang.org/x/crypto/sha3.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/sha3
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and
66
the SHAKE variable-output-length hash functions defined by FIPS-202.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/sha3
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.6.0/LICENSE
10+
- sources: crypto@v0.14.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.6.0/PATENTS
39+
- sources: crypto@v0.14.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh.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/crypto/ssh
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package ssh implements an SSH client and server.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.6.0/LICENSE
9+
- sources: crypto@v0.14.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
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: crypto@v0.6.0/PATENTS
38+
- sources: crypto@v0.14.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/agent.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/ssh/agent
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package agent implements the ssh-agent protocol, and provides both a client
66
and a server.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.6.0/LICENSE
10+
- sources: crypto@v0.14.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.6.0/PATENTS
39+
- sources: crypto@v0.14.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.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/crypto/ssh/internal/bcrypt_pbkdf
3-
version: v0.6.0
3+
version: v0.14.0
44
type: go
55
summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.6.0/LICENSE
9+
- sources: crypto@v0.14.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
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: crypto@v0.6.0/PATENTS
38+
- sources: crypto@v0.14.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)