Skip to content

Commit e7e11dc

Browse files
[skip-changelog] Bump golang.org/x/net from 0.20.0 to 0.23.0 (#2583)
* Bump golang.org/x/net from 0.20.0 to 0.23.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. - [Commits](golang/net@v0.20.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Updated license cache --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <[email protected]>
1 parent 8a85969 commit e7e11dc

18 files changed

+54
-54
lines changed

Diff for: .licenses/go/golang.org/x/crypto/argon2.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/argon2
3-
version: v0.18.0
3+
version: v0.21.0
44
type: go
55
summary: Package argon2 implements the key derivation function Argon2.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2
77
license: other
88
licenses:
9-
- sources: crypto@v0.18.0/LICENSE
9+
- sources: crypto@v0.21.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.18.0/PATENTS
38+
- sources: crypto@v0.21.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/crypto/blake2b.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/blake2b
3-
version: v0.18.0
3+
version: v0.21.0
44
type: go
55
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
66
and the extendable output function (XOF) BLAKE2Xb.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b
88
license: other
99
licenses:
10-
- sources: crypto@v0.18.0/LICENSE
10+
- sources: crypto@v0.21.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.18.0/PATENTS
39+
- sources: crypto@v0.21.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

Diff for: .licenses/go/golang.org/x/crypto/blowfish.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/blowfish
3-
version: v0.18.0
3+
version: v0.21.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.18.0/LICENSE
9+
- sources: crypto@v0.21.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.18.0/PATENTS
38+
- sources: crypto@v0.21.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/crypto/cast5.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/cast5
3-
version: v0.18.0
3+
version: v0.21.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.18.0/LICENSE
9+
- sources: crypto@v0.21.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.18.0/PATENTS
38+
- sources: crypto@v0.21.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/crypto/curve25519.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/curve25519
3-
version: v0.18.0
3+
version: v0.21.0
44
type: go
55
summary: Package curve25519 provides an implementation of the X25519 function, which
66
performs scalar multiplication on the elliptic curve known as Curve25519.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.18.0/LICENSE
10+
- sources: crypto@v0.21.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.18.0/PATENTS
39+
- sources: crypto@v0.21.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

Diff for: .licenses/go/golang.org/x/crypto/sha3.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/sha3
3-
version: v0.18.0
3+
version: v0.21.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: other
99
licenses:
10-
- sources: crypto@v0.18.0/LICENSE
10+
- sources: crypto@v0.21.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.18.0/PATENTS
39+
- sources: crypto@v0.21.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

Diff for: .licenses/go/golang.org/x/crypto/ssh.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/ssh
3-
version: v0.18.0
3+
version: v0.21.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.18.0/LICENSE
9+
- sources: crypto@v0.21.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.18.0/PATENTS
38+
- sources: crypto@v0.21.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/crypto/ssh/agent.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/ssh/agent
3-
version: v0.18.0
3+
version: v0.21.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.18.0/LICENSE
10+
- sources: crypto@v0.21.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.18.0/PATENTS
39+
- sources: crypto@v0.21.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

Diff for: .licenses/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml

+3-3
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.18.0
3+
version: v0.21.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.18.0/LICENSE
9+
- sources: crypto@v0.21.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.18.0/PATENTS
38+
- sources: crypto@v0.21.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/crypto/ssh/knownhosts.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/ssh/knownhosts
3-
version: v0.18.0
3+
version: v0.21.0
44
type: go
55
summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key
66
database, and provides utility functions for writing OpenSSH compliant known_hosts
77
files.
88
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts
99
license: bsd-3-clause
1010
licenses:
11-
- sources: crypto@v0.18.0/LICENSE
11+
- sources: crypto@v0.21.0/LICENSE
1212
text: |
1313
Copyright (c) 2009 The Go Authors. All rights reserved.
1414
@@ -37,7 +37,7 @@ licenses:
3737
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3838
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3939
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
- sources: crypto@v0.18.0/PATENTS
40+
- sources: crypto@v0.21.0/PATENTS
4141
text: |
4242
Additional IP Rights Grant (Patents)
4343

Diff for: .licenses/go/golang.org/x/net/context.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/context
3-
version: v0.20.0
3+
version: v0.23.0
44
type: go
55
summary: Package context defines the Context type, which carries deadlines, cancelation
66
signals, and other request-scoped values across API boundaries and between processes.
77
homepage: https://pkg.go.dev/golang.org/x/net/context
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.20.0/LICENSE
10+
- sources: net@v0.23.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: net@v0.20.0/PATENTS
39+
- sources: net@v0.23.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

Diff for: .licenses/go/golang.org/x/net/http2.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/http2
3-
version: v0.20.0
3+
version: v0.23.0
44
type: go
55
summary: Package http2 implements the HTTP/2 protocol.
66
homepage: https://pkg.go.dev/golang.org/x/net/http2
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.20.0/LICENSE
9+
- sources: net@v0.23.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: net@v0.20.0/PATENTS
38+
- sources: net@v0.23.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/net/internal/socks.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/internal/socks
3-
version: v0.20.0
3+
version: v0.23.0
44
type: go
55
summary: Package socks provides a SOCKS version 5 client implementation.
66
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.20.0/LICENSE
9+
- sources: net@v0.23.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: net@v0.20.0/PATENTS
38+
- sources: net@v0.23.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/net/internal/timeseries.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/internal/timeseries
3-
version: v0.20.0
3+
version: v0.23.0
44
type: go
55
summary: Package timeseries implements a time series structure for stats collection.
66
homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.20.0/LICENSE
9+
- sources: net@v0.23.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: net@v0.20.0/PATENTS
38+
- sources: net@v0.23.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/net/proxy.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/proxy
3-
version: v0.20.0
3+
version: v0.23.0
44
type: go
55
summary: Package proxy provides support for a variety of protocols to proxy network
66
data.
77
homepage: https://pkg.go.dev/golang.org/x/net/proxy
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.20.0/LICENSE
10+
- sources: net@v0.23.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: net@v0.20.0/PATENTS
39+
- sources: net@v0.23.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

Diff for: .licenses/go/golang.org/x/net/trace.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/trace
3-
version: v0.20.0
3+
version: v0.23.0
44
type: go
55
summary: Package trace implements tracing of requests and long-lived objects.
66
homepage: https://pkg.go.dev/golang.org/x/net/trace
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.20.0/LICENSE
9+
- sources: net@v0.23.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: net@v0.20.0/PATENTS
38+
- sources: net@v0.23.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)