File tree 4 files changed +14
-14
lines changed
github.com/arduino/iot-client-go 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : github.com/arduino/iot-client-go/v2
3
- version : v2 .0.3
2
+ name : github.com/arduino/iot-client-go/v3
3
+ version : v3 .0.0
4
4
type : go
5
5
summary :
6
- homepage : https://pkg.go.dev/github.com/arduino/iot-client-go/v2
6
+ homepage : https://pkg.go.dev/github.com/arduino/iot-client-go/v3
7
7
license : apache-2.0
8
8
licenses :
9
9
- sources : LICENSE
Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/oauth2
3
- version : v0.21 .0
3
+ version : v0.23 .0
4
4
type : go
5
5
summary : Package oauth2 provides support for making OAuth2 authorized and authenticated
6
6
HTTP requests, as specified in RFC 6749.
@@ -9,7 +9,7 @@ license: bsd-3-clause
9
9
licenses :
10
10
- sources : LICENSE
11
11
text : |
12
- Copyright (c) 2009 The Go Authors. All rights reserved .
12
+ Copyright 2009 The Go Authors.
13
13
14
14
Redistribution and use in source and binary forms, with or without
15
15
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
21
21
copyright notice, this list of conditions and the following disclaimer
22
22
in the documentation and/or other materials provided with the
23
23
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
25
25
contributors may be used to endorse or promote products derived from
26
26
this software without specific prior written permission.
27
27
Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/oauth2/clientcredentials
3
- version : v0.21 .0
3
+ version : v0.23 .0
4
4
type : go
5
5
summary : Package clientcredentials implements the OAuth2.0 "client credentials" token
6
6
flow, also known as the "two-legged OAuth 2.0".
7
7
homepage : https://pkg.go.dev/golang.org/x/oauth2/clientcredentials
8
8
license : bsd-3-clause
9
9
licenses :
10
- - sources : oauth2@v0.21 .0/LICENSE
10
+ - sources : oauth2@v0.23 .0/LICENSE
11
11
text : |
12
- Copyright (c) 2009 The Go Authors. All rights reserved .
12
+ Copyright 2009 The Go Authors.
13
13
14
14
Redistribution and use in source and binary forms, with or without
15
15
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
21
21
copyright notice, this list of conditions and the following disclaimer
22
22
in the documentation and/or other materials provided with the
23
23
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
25
25
contributors may be used to endorse or promote products derived from
26
26
this software without specific prior written permission.
27
27
Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/oauth2/internal
3
- version : v0.21 .0
3
+ version : v0.23 .0
4
4
type : go
5
5
summary : Package internal contains support packages for oauth2 package.
6
6
homepage : https://pkg.go.dev/golang.org/x/oauth2/internal
7
7
license : bsd-3-clause
8
8
licenses :
9
- - sources : oauth2@v0.21 .0/LICENSE
9
+ - sources : oauth2@v0.23 .0/LICENSE
10
10
text : |
11
- Copyright (c) 2009 The Go Authors. All rights reserved .
11
+ Copyright 2009 The Go Authors.
12
12
13
13
Redistribution and use in source and binary forms, with or without
14
14
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
20
20
copyright notice, this list of conditions and the following disclaimer
21
21
in the documentation and/or other materials provided with the
22
22
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
24
24
contributors may be used to endorse or promote products derived from
25
25
this software without specific prior written permission.
26
26
You can’t perform that action at this time.
0 commit comments