Skip to content

Commit 30aaea2

Browse files
committed
Updated licenses
1 parent 224231a commit 30aaea2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.licenses/go/github.com/arduino/iot-client-go/v3.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/arduino/iot-client-go/v3
3-
version: v3.0.1
3+
version: v3.1.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/iot-client-go/v3

.licenses/go/golang.org/x/oauth2.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/oauth2
3-
version: v0.23.0
3+
version: v0.25.0
44
type: go
55
summary: Package oauth2 provides support for making OAuth2 authorized and authenticated
66
HTTP requests, as specified in RFC 6749.

.licenses/go/golang.org/x/oauth2/clientcredentials.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/oauth2/clientcredentials
3-
version: v0.23.0
3+
version: v0.25.0
44
type: go
55
summary: Package clientcredentials implements the OAuth2.0 "client credentials" token
66
flow, also known as the "two-legged OAuth 2.0".
77
homepage: https://pkg.go.dev/golang.org/x/oauth2/clientcredentials
88
license: bsd-3-clause
99
licenses:
10-
- sources: oauth2@v0.23.0/LICENSE
10+
- sources: oauth2@v0.25.0/LICENSE
1111
text: |
1212
Copyright 2009 The Go Authors.
1313

.licenses/go/golang.org/x/oauth2/internal.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/oauth2/internal
3-
version: v0.23.0
3+
version: v0.25.0
44
type: go
55
summary: Package internal contains support packages for oauth2 package.
66
homepage: https://pkg.go.dev/golang.org/x/oauth2/internal
77
license: bsd-3-clause
88
licenses:
9-
- sources: oauth2@v0.23.0/LICENSE
9+
- sources: oauth2@v0.25.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212

0 commit comments

Comments
 (0)