Skip to content

Fix security alerts #135

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

Merged
merged 5 commits into from
Feb 6, 2024
Merged
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
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/blowfish.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/blowfish
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/cast5.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/cast5
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/curve25519/internal/field
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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: other
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/ed25519.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/ed25519
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

62 changes: 62 additions & 0 deletions .licenses/go/golang.org/x/crypto/internal/alias.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: golang.org/x/crypto/internal/alias
version: v0.7.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: [email protected]/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: [email protected]/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: []
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/internal/poly1305.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/internal/poly1305
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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: other
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/openpgp.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/openpgp
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.0
type: go
summary: Package openpgp implements high level operations on OpenPGP messages.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp
license: bsd-3-clause
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/openpgp/armor.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/openpgp/armor
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.0
type: go
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/armor
license: bsd-3-clause
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/openpgp/elgamal.dep.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: golang.org/x/crypto/openpgp/elgamal
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.0
type: go
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
IEEE Transactions on Information Theory, v.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/elgamal
license: bsd-3-clause
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/openpgp/errors.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/openpgp/errors
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.0
type: go
summary: Package errors contains common error types for the OpenPGP packages.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/errors
license: bsd-3-clause
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/openpgp/packet.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/openpgp/packet
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.0
type: go
summary: Package packet implements parsing and serialization of OpenPGP packets, as
specified in RFC 4880.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/packet
license: bsd-3-clause
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/openpgp/s2k.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/openpgp/s2k
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.0
type: go
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
in RFC 4800 section 3.7.1.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/s2k
license: bsd-3-clause
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/ssh.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/ssh
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/ssh/agent.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/ssh/agent
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/ssh/knownhosts.dep.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: golang.org/x/crypto/ssh/knownhosts
version: v0.0.0-20211215153901-e495a2d5b3d3
version: v0.7.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
files.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts
license: bsd-3-clause
licenses:
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
- sources: crypto@v0.7.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.0.0-20211215153901-e495a2d5b3d3/PATENTS
- sources: crypto@v0.7.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/bpf.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/bpf
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.0
type: go
summary: Package bpf implements marshaling and unmarshaling of programs for the Berkeley
Packet Filter virtual machine, and provides a Go implementation of the virtual machine.
homepage: https://pkg.go.dev/golang.org/x/net/bpf
license: bsd-3-clause
licenses:
- sources: net@v0.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/context.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/context
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.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.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/context/ctxhttp.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/context/ctxhttp
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.0
type: go
summary: Package ctxhttp provides helper functions for performing context-aware HTTP
requests.
homepage: https://pkg.go.dev/golang.org/x/net/context/ctxhttp
license: bsd-3-clause
licenses:
- sources: net@v0.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/http2.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/http2
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.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.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/internal/iana.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/internal/iana
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.0
type: go
summary: Package iana provides protocol number resources managed by the Internet Assigned
Numbers Authority (IANA).
homepage: https://pkg.go.dev/golang.org/x/net/internal/iana
license: bsd-3-clause
licenses:
- sources: net@v0.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/internal/socket.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/internal/socket
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.0
type: go
summary: Package socket provides a portable interface for socket system calls.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socket
license: bsd-3-clause
licenses:
- sources: net@v0.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/internal/socks.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/internal/socks
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.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.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/internal/timeseries.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/internal/timeseries
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.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.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/ipv4.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/ipv4
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.0
type: go
summary: Package ipv4 implements IP-level socket options for the Internet Protocol
version 4.
homepage: https://pkg.go.dev/golang.org/x/net/ipv4
license: bsd-3-clause
licenses:
- sources: net@v0.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/ipv6.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/ipv6
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.0
type: go
summary: Package ipv6 implements IP-level socket options for the Internet Protocol
version 6.
homepage: https://pkg.go.dev/golang.org/x/net/ipv6
license: bsd-3-clause
licenses:
- sources: net@v0.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/proxy.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/proxy
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.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.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/net/trace.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/trace
version: v0.0.0-20220722155237-a158d28d115b
version: v0.8.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.0.0-20220722155237-a158d28d115b/LICENSE
- sources: net@v0.8.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.0.0-20220722155237-a158d28d115b/PATENTS
- sources: net@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/text/runes.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/text/runes
version: v0.4.0
version: v0.8.0
type: go
summary: Package runes provide transforms for UTF-8 encoded text.
homepage: https://pkg.go.dev/golang.org/x/text/runes
license: bsd-3-clause
licenses:
- sources: text@v0.4.0/LICENSE
- sources: text@v0.8.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: text@v0.4.0/PATENTS
- sources: text@v0.8.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
2 changes: 1 addition & 1 deletion DistTasks.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ version: "3"

vars:
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
GO_VERSION: "1.17.8"
GO_VERSION: "1.17"
CHECKSUM_FILE: "{{.VERSION}}-checksums.txt"

tasks:
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ require (
github.com/stretchr/testify v1.8.0
go.bug.st/cleanup v1.0.0
go.bug.st/serial v1.3.3
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/crypto v0.7.0
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/grpc v1.43.0
gopkg.in/yaml.v3 v3.0.1
@@ -64,7 +64,7 @@ require (
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -76,10 +76,10 @@ require (
go.bug.st/downloader/v2 v2.1.1 // indirect
go.bug.st/relaxed-semver v0.9.0 // indirect
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/protobuf v1.27.1 // indirect
30 changes: 20 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -456,10 +456,12 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=
github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs=
github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg=
github.com/smartystreets/goconvey v1.7.2/go.mod h1:Vw0tHAZW6lzCRk3xgdin6fKYcG+G3Pg9vgXWeJpQFMM=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4=
github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=
@@ -551,8 +553,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 h1:0es+/5331RGQPcXlMfP+WrnIIS6dNnNRe0WB02W0F4M=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -590,6 +592,7 @@ golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20180406214816-61147c48b25b/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -634,9 +637,10 @@ golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1/go.mod h1:9tjilg8BloeKEkVJvy
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210505024714-0287a6fb4125/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -667,8 +671,9 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -741,11 +746,14 @@ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.6.0 h1:clScbb1cHjoCkyRbWwBEUZ5H/tIFu5TAXIqaZD0Gcjw=
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -755,8 +763,9 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.4.0 h1:BrVqGRd7+k1DiOgtnFvAkoQEWQvBc25ouMJM6429SFg=
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.8.0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68=
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -818,6 +827,7 @@ golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=