Skip to content

Commit 4564498

Browse files
[skip changelog] Bump google.golang.org/grpc from 1.66.0 to 1.67.1 (#2714)
* [skip changelog] Bump google.golang.org/grpc from 1.66.0 to 1.67.1 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.66.0...v1.67.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update 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 1b889a6 commit 4564498

Some content is hidden

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

75 files changed

+206
-215
lines changed

Diff for: .licensed.yml

-9
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ reviewed:
5353
- github.com/go-git/gcfg/types
5454
- github.com/russross/blackfriday/v2
5555
- github.com/sagikazarmark/slog-shim
56-
- golang.org/x/crypto/argon2
57-
- golang.org/x/crypto/blake2b
58-
- golang.org/x/crypto/openpgp
59-
- golang.org/x/crypto/openpgp/armor
60-
- golang.org/x/crypto/openpgp/elgamal
61-
- golang.org/x/crypto/openpgp/errors
62-
- golang.org/x/crypto/openpgp/packet
63-
- golang.org/x/crypto/openpgp/s2k
64-
- golang.org/x/crypto/sha3
6556
- golang.org/x/sys/execabs
6657
- golang.org/x/text/encoding
6758
- golang.org/x/text/encoding/internal

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/argon2
3-
version: v0.24.0
3+
version: v0.26.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
7-
license: other
7+
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.24.0/LICENSE
9+
- sources: crypto@v0.26.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -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.24.0/PATENTS
38+
- sources: crypto@v0.26.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: golang.org/x/crypto/blake2b
3-
version: v0.24.0
3+
version: v0.26.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
8-
license: other
8+
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.24.0/LICENSE
10+
- sources: crypto@v0.26.0/LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727
@@ -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.24.0/PATENTS
39+
- sources: crypto@v0.26.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/blowfish
3-
version: v0.24.0
3+
version: v0.26.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.24.0/LICENSE
9+
- sources: crypto@v0.26.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -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.24.0/PATENTS
38+
- sources: crypto@v0.26.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/cast5
3-
version: v0.24.0
3+
version: v0.26.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.24.0/LICENSE
9+
- sources: crypto@v0.26.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -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.24.0/PATENTS
38+
- sources: crypto@v0.26.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: golang.org/x/crypto/curve25519
3-
version: v0.24.0
3+
version: v0.26.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.24.0/LICENSE
10+
- sources: crypto@v0.26.0/LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727
@@ -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.24.0/PATENTS
39+
- sources: crypto@v0.26.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: golang.org/x/crypto/sha3
3-
version: v0.24.0
3+
version: v0.26.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
8-
license: other
8+
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.24.0/LICENSE
10+
- sources: crypto@v0.26.0/LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727
@@ -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.24.0/PATENTS
39+
- sources: crypto@v0.26.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/ssh
3-
version: v0.24.0
3+
version: v0.26.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.24.0/LICENSE
9+
- sources: crypto@v0.26.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -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.24.0/PATENTS
38+
- sources: crypto@v0.26.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: golang.org/x/crypto/ssh/agent
3-
version: v0.24.0
3+
version: v0.26.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.24.0/LICENSE
10+
- sources: crypto@v0.26.0/LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727
@@ -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.24.0/PATENTS
39+
- sources: crypto@v0.26.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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
3-
version: v0.24.0
3+
version: v0.26.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.24.0/LICENSE
9+
- sources: crypto@v0.26.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -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.24.0/PATENTS
38+
- sources: crypto@v0.26.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: golang.org/x/crypto/ssh/knownhosts
3-
version: v0.24.0
3+
version: v0.26.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.24.0/LICENSE
11+
- sources: crypto@v0.26.0/LICENSE
1212
text: |
13-
Copyright (c) 2009 The Go Authors. All rights reserved.
13+
Copyright 2009 The Go Authors.
1414
1515
Redistribution and use in source and binary forms, with or without
1616
modification, are permitted provided that the following conditions are
@@ -22,7 +22,7 @@ licenses:
2222
copyright notice, this list of conditions and the following disclaimer
2323
in the documentation and/or other materials provided with the
2424
distribution.
25-
* Neither the name of Google Inc. nor the names of its
25+
* Neither the name of Google LLC nor the names of its
2626
contributors may be used to endorse or promote products derived from
2727
this software without specific prior written permission.
2828
@@ -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.24.0/PATENTS
40+
- sources: crypto@v0.26.0/PATENTS
4141
text: |
4242
Additional IP Rights Grant (Patents)
4343

0 commit comments

Comments
 (0)