Skip to content

[WIRE-419] Update iot-client to latest generated artifact #155

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 15 commits into from
Jun 21, 2024
19 changes: 0 additions & 19 deletions .licenses/go/github.com/antihax/optional.dep.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: github.com/arduino/iot-client-go
version: v1.4.4
name: github.com/arduino/iot-client-go/v2
version: v2.0.2
type: go
summary:
homepage: https://pkg.go.dev/github.com/arduino/iot-client-go
homepage: https://pkg.go.dev/github.com/arduino/iot-client-go/v2
license: apache-2.0
licenses:
- sources: LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/golang/protobuf/jsonpb
version: v1.5.3
version: v1.5.4
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].3/LICENSE
- sources: [email protected].4/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -38,4 +38,3 @@ licenses:
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.3
version: v1.5.4
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].3/LICENSE
- sources: [email protected].4/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -37,4 +37,3 @@ licenses:
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/ptypes
version: v1.5.3
version: v1.5.4
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].3/LICENSE
- sources: [email protected].4/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -37,4 +37,3 @@ licenses:
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/ptypes/any
version: v1.5.3
version: v1.5.4
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any
license: bsd-3-clause
licenses:
- sources: [email protected].3/LICENSE
- sources: [email protected].4/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -37,4 +37,3 @@ licenses:
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/ptypes/duration
version: v1.5.3
version: v1.5.4
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration
license: bsd-3-clause
licenses:
- sources: [email protected].3/LICENSE
- sources: [email protected].4/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -37,4 +37,3 @@ licenses:
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/ptypes/timestamp
version: v1.5.3
version: v1.5.4
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp
license: bsd-3-clause
licenses:
- sources: [email protected].3/LICENSE
- sources: [email protected].4/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -37,4 +37,3 @@ licenses:
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

notices: []
...
2 changes: 1 addition & 1 deletion .licenses/go/golang.org/x/oauth2.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: golang.org/x/oauth2
version: v0.14.0
version: v0.21.0
type: go
summary: Package oauth2 provides support for making OAuth2 authorized and authenticated
HTTP requests, as specified in RFC 6749.
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/golang.org/x/oauth2/clientcredentials.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/oauth2/clientcredentials
version: v0.14.0
version: v0.21.0
type: go
summary: Package clientcredentials implements the OAuth2.0 "client credentials" token
flow, also known as the "two-legged OAuth 2.0".
homepage: https://pkg.go.dev/golang.org/x/oauth2/clientcredentials
license: bsd-3-clause
licenses:
- sources: oauth2@v0.14.0/LICENSE
- sources: oauth2@v0.21.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/golang.org/x/oauth2/internal.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/oauth2/internal
version: v0.14.0
version: v0.21.0
type: go
summary: Package internal contains support packages for oauth2 package.
homepage: https://pkg.go.dev/golang.org/x/oauth2/internal
license: bsd-3-clause
licenses:
- sources: oauth2@v0.14.0/LICENSE
- sources: oauth2@v0.21.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/protobuf/encoding/protojson
version: v1.32.0
version: v1.34.2
type: go
summary: Package protojson marshals and unmarshals protocol buffer messages as JSON
format.
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protojson
license: other
licenses:
- sources: protobuf@v1.32.0/LICENSE
- sources: protobuf@v1.34.2/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -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: protobuf@v1.32.0/PATENTS
- sources: protobuf@v1.34.2/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: google.golang.org/protobuf/encoding/prototext
version: v1.32.0
version: v1.34.2
type: go
summary: Package prototext marshals and unmarshals protocol buffer messages as the
textproto format.
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/prototext
license: bsd-3-clause
licenses:
- sources: protobuf@v1.32.0/LICENSE
- sources: protobuf@v1.34.2/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -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: protobuf@v1.32.0/PATENTS
- sources: protobuf@v1.34.2/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/encoding/protowire
version: v1.32.0
version: v1.34.2
type: go
summary: Package protowire parses and formats the raw wire encoding.
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protowire
license: bsd-3-clause
licenses:
- sources: protobuf@v1.32.0/LICENSE
- sources: protobuf@v1.34.2/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -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: protobuf@v1.32.0/PATENTS
- sources: protobuf@v1.34.2/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/descfmt
version: v1.32.0
version: v1.34.2
type: go
summary: Package descfmt provides functionality to format descriptors.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descfmt
license: bsd-3-clause
licenses:
- sources: protobuf@v1.32.0/LICENSE
- sources: protobuf@v1.34.2/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -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: protobuf@v1.32.0/PATENTS
- sources: protobuf@v1.34.2/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/descopts
version: v1.32.0
version: v1.34.2
type: go
summary: Package descopts contains the nil pointers to concrete descriptor options.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descopts
license: bsd-3-clause
licenses:
- sources: protobuf@v1.32.0/LICENSE
- sources: protobuf@v1.34.2/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -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: protobuf@v1.32.0/PATENTS
- sources: protobuf@v1.34.2/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: google.golang.org/protobuf/internal/detrand
version: v1.32.0
version: v1.34.2
type: go
summary: Package detrand provides deterministically random functionality.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/detrand
license: bsd-3-clause
licenses:
- sources: protobuf@v1.32.0/LICENSE
- sources: protobuf@v1.34.2/LICENSE
text: |
Copyright (c) 2018 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -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: protobuf@v1.32.0/PATENTS
- sources: protobuf@v1.34.2/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Loading
Loading