Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bfbfdce

Browse files
dependabot[bot]alessio-perugini
andauthored
[skip changelog] Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#2809)
* [skip changelog] Bump google.golang.org/grpc from 1.69.2 to 1.69.4 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.2 to 1.69.4. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.69.2...v1.69.4) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * generate licensed files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessio Perugini <alessio@perugini.xyz>
1 parent 34e79e1 commit bfbfdce

Some content is hidden

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

60 files changed

+175
-174
lines changed

‎.licensed.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ 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/sha3
5657
- golang.org/x/sys/execabs
5758
- golang.org/x/text/encoding
5859
- golang.org/x/text/encoding/internal

‎.licenses/go/google.golang.org/grpc.dep.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: google.golang.org/grpc
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package grpc implements an RPC system called gRPC.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc
6+
homepage: https://godoc.org/google.golang.org/grpc
77
license: apache-2.0
88
licenses:
99
- sources: LICENSE

‎.licenses/go/google.golang.org/grpc/attributes.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/attributes
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package attributes defines a generic key/value store used in various gRPC
66
components.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/attributes
7+
homepage: https://godoc.org/google.golang.org/grpc/attributes
88
license: apache-2.0
99
licenses:
10-
- sources: grpc@v1.69.2/LICENSE
10+
- sources: grpc@v1.69.4/LICENSE
1111
text: |2
1212
1313
Apache License

‎.licenses/go/google.golang.org/grpc/backoff.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/backoff
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package backoff provides configuration options for backoff.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/backoff
6+
homepage: https://godoc.org/google.golang.org/grpc/backoff
77
license: apache-2.0
88
licenses:
9-
- sources: grpc@v1.69.2/LICENSE
9+
- sources: grpc@v1.69.4/LICENSE
1010
text: |2
1111
1212
Apache License

‎.licenses/go/google.golang.org/grpc/balancer.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/balancer
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package balancer defines APIs for load balancing in gRPC.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer
6+
homepage: https://godoc.org/google.golang.org/grpc/balancer
77
license: apache-2.0
88
licenses:
9-
- sources: grpc@v1.69.2/LICENSE
9+
- sources: grpc@v1.69.4/LICENSE
1010
text: |2
1111
1212
Apache License

‎.licenses/go/google.golang.org/grpc/balancer/base.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/balancer/base
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package base defines a balancer base that can be used to build balancers
66
with different picking algorithms.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/base
7+
homepage: https://godoc.org/google.golang.org/grpc/balancer/base
88
license: apache-2.0
99
licenses:
10-
- sources: grpc@v1.69.2/LICENSE
10+
- sources: grpc@v1.69.4/LICENSE
1111
text: |2
1212
1313
Apache License

‎.licenses/go/google.golang.org/grpc/balancer/grpclb/state.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/balancer/grpclb/state
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package state declares grpclb types to be set by resolvers wishing to pass
66
information to grpclb via resolver.State Attributes.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/grpclb/state
7+
homepage: https://godoc.org/google.golang.org/grpc/balancer/grpclb/state
88
license: apache-2.0
99
licenses:
10-
- sources: grpc@v1.69.2/LICENSE
10+
- sources: grpc@v1.69.4/LICENSE
1111
text: |2
1212
1313
Apache License

‎.licenses/go/google.golang.org/grpc/balancer/pickfirst.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/balancer/pickfirst
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package pickfirst contains the pick_first load balancing policy.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/pickfirst
6+
homepage: https://godoc.org/google.golang.org/grpc/balancer/pickfirst
77
license: apache-2.0
88
licenses:
9-
- sources: grpc@v1.69.2/LICENSE
9+
- sources: grpc@v1.69.4/LICENSE
1010
text: |2
1111
1212
Apache License

‎.licenses/go/google.golang.org/grpc/balancer/pickfirst/internal.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/grpc/balancer/pickfirst/internal
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package internal contains code internal to the pickfirst package.
6-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/pickfirst/internal
6+
homepage: https://godoc.org/google.golang.org/grpc/balancer/pickfirst/internal
77
license: apache-2.0
88
licenses:
9-
- sources: grpc@v1.69.2/LICENSE
9+
- sources: grpc@v1.69.4/LICENSE
1010
text: |2
1111
1212
Apache License

‎.licenses/go/google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.dep.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
3-
version: v1.69.2
3+
version: v1.69.4
44
type: go
55
summary: Package pickfirstleaf contains the pick_first load balancing policy which
66
will be the universal leaf policy after dualstack changes are implemented.
7-
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
7+
homepage: https://godoc.org/google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
88
license: apache-2.0
99
licenses:
10-
- sources: grpc@v1.69.2/LICENSE
10+
- sources: grpc@v1.69.4/LICENSE
1111
text: |2
1212
1313
Apache License

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /