From 6c7bb9da23f1cd2eefeb55f8b8dcbdbb695e7293 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 12 Oct 2023 21:25:52 -0700 Subject: [PATCH] Update dependency license metadata cache for `golang.org/x/net` bump --- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../crypto/curve25519/internal/field.dep.yml | 6 +- .../go/golang.org/x/crypto/ed25519.dep.yml | 62 ------------------- .../x/crypto/internal/alias.dep.yml | 6 +- .../x/crypto/internal/poly1305.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../go/golang.org/x/net/http2.dep.yml | 6 +- .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../go/golang.org/x/net/proxy.dep.yml | 6 +- .../go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../go/golang.org/x/sys/unix.dep.yml | 6 +- 19 files changed, 54 insertions(+), 116 deletions(-) delete mode 100644 .licenses/libraries-repository-engine/go/golang.org/x/crypto/ed25519.dep.yml diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/blowfish.dep.yml index 2423fef1..673b5ea2 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.6.0 +version: v0.14.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/cast5.dep.yml index 823e36f9..cc24bc1f 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.6.0 +version: v0.14.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/curve25519/internal/field.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/curve25519/internal/field.dep.yml index da38bf78..842f2998 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/curve25519/internal/field.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/curve25519/internal/field.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/curve25519/internal/field -version: v0.6.0 +version: v0.14.0 type: go summary: Package field implements fast arithmetic modulo 2^255-19. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519/internal/field license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ed25519.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ed25519.dep.yml deleted file mode 100644 index d80fcf89..00000000 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ed25519.dep.yml +++ /dev/null @@ -1,62 +0,0 @@ ---- -name: golang.org/x/crypto/ed25519 -version: v0.6.0 -type: go -summary: Package ed25519 implements the Ed25519 signature algorithm. -homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519 -license: bsd-3-clause -licenses: -- sources: crypto@v0.6.0/LICENSE - text: | - Copyright (c) 2009 The Go 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: - - * 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. -- sources: crypto@v0.6.0/PATENTS - text: | - Additional IP Rights Grant (Patents) - - "This implementation" means the copyrightable works distributed by - Google as part of the Go project. - - Google hereby grants to You a perpetual, worldwide, non-exclusive, - no-charge, royalty-free, irrevocable (except as stated in this section) - patent license to make, have made, use, offer to sell, sell, import, - transfer and otherwise run, modify and propagate the contents of this - implementation of Go, where such license applies only to those patent - claims, both currently owned or controlled by Google and acquired in - the future, licensable by Google that are necessarily infringed by this - implementation of Go. This grant does not include claims that would be - infringed only as a consequence of further modification of this - implementation. If you or your agent or exclusive licensee institute or - order or agree to the institution of patent litigation against any - entity (including a cross-claim or counterclaim in a lawsuit) alleging - that this implementation of Go or any code incorporated within this - implementation of Go constitutes direct or contributory patent - infringement, or inducement of patent infringement, then any patent - rights granted to you under this License for this implementation of Go - shall terminate as of the date such litigation is filed. -notices: [] diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/alias.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/alias.dep.yml index a4784efc..d78e10b2 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/alias.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/alias.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/internal/alias -version: v0.6.0 +version: v0.14.0 type: go summary: Package alias implements memory aliasing tests. homepage: https://pkg.go.dev/golang.org/x/crypto/internal/alias license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/poly1305.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/poly1305.dep.yml index 795edeb5..fbdddc64 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/poly1305.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/internal/poly1305.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/internal/poly1305 -version: v0.6.0 +version: v0.14.0 type: go summary: Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf. homepage: https://pkg.go.dev/golang.org/x/crypto/internal/poly1305 license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/sha3.dep.yml index 6cf47fea..a402def2 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.6.0 +version: v0.14.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh.dep.yml index 4ae8fa10..1c44d2ff 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.6.0 +version: v0.14.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/agent.dep.yml index d55cf94c..f6d97498 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.6.0 +version: v0.14.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index 228dc8b7..d1df2f19 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.6.0 +version: v0.14.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 6cd1b8ba..c214063f 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.6.0 +version: v0.14.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.6.0/LICENSE +- sources: crypto@v0.14.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ 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. -- sources: crypto@v0.6.0/PATENTS +- sources: crypto@v0.14.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/net/context.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/net/context.dep.yml index 92da02aa..b23d53b3 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/net/context.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.7.0 +version: v0.17.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.7.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ 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. -- sources: net@v0.7.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/net/http2.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/net/http2.dep.yml index 22ad3beb..a6c91378 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.7.0 +version: v0.17.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.7.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: net@v0.7.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/socks.dep.yml index 86703dde..ddb35768 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.7.0 +version: v0.17.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.7.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: net@v0.7.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/timeseries.dep.yml index 693cfbba..06149010 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.7.0 +version: v0.17.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.7.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: net@v0.7.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/net/proxy.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/net/proxy.dep.yml index b8a57fb5..59c34c05 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.7.0 +version: v0.17.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.7.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ 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. -- sources: net@v0.7.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/net/trace.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/net/trace.dep.yml index 93ff7ae3..193ba905 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.7.0 +version: v0.17.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.7.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: net@v0.7.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/sys/execabs.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/sys/execabs.dep.yml index 20cd6697..1b0d60d8 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.5.0 +version: v0.13.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.5.0/LICENSE +- sources: sys@v0.13.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ 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. -- sources: sys@v0.5.0/PATENTS +- sources: sys@v0.13.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/libraries-repository-engine/go/golang.org/x/sys/unix.dep.yml b/.licenses/libraries-repository-engine/go/golang.org/x/sys/unix.dep.yml index 9130c5bf..06b6e11b 100644 --- a/.licenses/libraries-repository-engine/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/libraries-repository-engine/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.5.0 +version: v0.13.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.5.0/LICENSE +- sources: sys@v0.13.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ 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. -- sources: sys@v0.5.0/PATENTS +- sources: sys@v0.13.0/PATENTS text: | Additional IP Rights Grant (Patents)