Skip to content

[skip-changelog] Update protobuf deps #2196

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 6 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions .github/workflows/check-protobuf-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
- name: Install protoc compiler
uses: arduino/setup-protoc@v2
with:
version: v21.12
version: v23.2
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Go deps
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0

- name: Install Task
uses: arduino/setup-task@v1
Expand Down Expand Up @@ -97,9 +97,9 @@ jobs:

- name: Install buf (protoc linter)
run: |
go install github.com/bufbuild/buf/cmd/buf@v1.4.0
go install github.com/bufbuild/buf/cmd/protoc-gen-buf-breaking@v1.4.0
go install github.com/bufbuild/buf/cmd/protoc-gen-buf-lint@v1.4.0
go install github.com/bufbuild/buf/cmd/buf@v1.20.0
go install github.com/bufbuild/buf/cmd/protoc-gen-buf-breaking@v1.20.0
go install github.com/bufbuild/buf/cmd/protoc-gen-buf-lint@v1.20.0

- name: Install Task
uses: arduino/setup-task@v1
Expand Down
5 changes: 5 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ cache_path: .licenses/
apps:
- source_path: ./

reviewed:
go:
- google.golang.org/protobuf/encoding/protojson
- google.golang.org/protobuf/internal/encoding/json

# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
allowed:
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
Expand Down
40 changes: 40 additions & 0 deletions .licenses/go/github.com/golang/protobuf/jsonpb.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: github.com/golang/protobuf/jsonpb
version: v1.5.3
type: go
summary: Package jsonpb provides functionality to marshal and unmarshal between a
protocol buffer message and JSON.
homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |+
Copyright 2010 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.

notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/proto
version: v1.5.2
version: v1.5.3
type: go
summary: Package proto provides functionality for handling protocol buffer messages.
homepage: https://pkg.go.dev/github.com/golang/protobuf/proto
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes
version: v1.5.2
version: v1.5.3
type: go
summary: Package ptypes provides functionality for interacting with well-known types.
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes/any
version: v1.5.2
version: v1.5.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes/duration
version: v1.5.2
version: v1.5.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes/timestamp
version: v1.5.2
version: v1.5.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/genproto/googleapis/rpc/status
version: v0.0.0-20210602131652-f16073e35f0c
version: v0.0.0-20230526203410-71b5a4ffd15e
type: go
summary:
homepage: https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status
license: apache-2.0
licenses:
- sources: genproto@v0.0.0-20210602131652-f16073e35f0c/LICENSE
- sources: rpc@v0.0.0-20230526203410-71b5a4ffd15e/LICENSE
text: |2

Apache License
Expand Down
17 changes: 16 additions & 1 deletion .licenses/go/google.golang.org/grpc.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: google.golang.org/grpc
version: v1.38.0
version: v1.55.0
type: go
summary: Package grpc implements an RPC system called gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc
Expand Down Expand Up @@ -213,3 +213,18 @@ licenses:
notices:
- sources: AUTHORS
text: Google Inc.
- sources: NOTICE.txt
text: |-
Copyright 2014 gRPC authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/attributes.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/attributes
version: v1.38.0
version: v1.55.0
type: go
summary: Package attributes defines a generic key/value store used in various gRPC
components.
homepage: https://pkg.go.dev/google.golang.org/grpc/attributes
license: apache-2.0
licenses:
- sources: grpc@v1.38.0/LICENSE
- sources: grpc@v1.55.0/LICENSE
text: |2

Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/backoff.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/backoff
version: v1.38.0
version: v1.55.0
type: go
summary: Package backoff provides configuration options for backoff.
homepage: https://pkg.go.dev/google.golang.org/grpc/backoff
license: apache-2.0
licenses:
- sources: grpc@v1.38.0/LICENSE
- sources: grpc@v1.55.0/LICENSE
text: |2

Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/balancer.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/balancer
version: v1.38.0
version: v1.55.0
type: go
summary: Package balancer defines APIs for load balancing in gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer
license: apache-2.0
licenses:
- sources: grpc@v1.38.0/LICENSE
- sources: grpc@v1.55.0/LICENSE
text: |2

Apache License
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/google.golang.org/grpc/balancer/base.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/balancer/base
version: v1.38.0
version: v1.55.0
type: go
summary: Package base defines a balancer base that can be used to build balancers
with different picking algorithms.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/base
license: apache-2.0
licenses:
- sources: grpc@v1.38.0/LICENSE
- sources: grpc@v1.55.0/LICENSE
text: |2

Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/grpc/balancer/grpclb/state
version: v1.38.0
version: v1.55.0
type: go
summary: Package state declares grpclb types to be set by resolvers wishing to pass
information to grpclb via resolver.State Attributes.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/grpclb/state
license: apache-2.0
licenses:
- sources: grpc@v1.38.0/LICENSE
- sources: grpc@v1.55.0/LICENSE
text: |2

Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/balancer/roundrobin
version: v1.38.0
version: v1.55.0
type: go
summary: Package roundrobin defines a roundrobin balancer.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/roundrobin
license: apache-2.0
licenses:
- sources: grpc@v1.38.0/LICENSE
- sources: grpc@v1.55.0/LICENSE
text: |2

Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/grpc/binarylog/grpc_binarylog_v1
version: v1.38.0
version: v1.55.0
type: go
summary:
homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1
license: apache-2.0
licenses:
- sources: grpc@v1.38.0/LICENSE
- sources: grpc@v1.55.0/LICENSE
text: |2

Apache License
Expand Down
Loading