Skip to content

Commit 5722d36

Browse files
authored
Merge pull request #5592 from arduino/dependabot/go_modules/dot-github/workflows/assets/validate-registry/production/github.com/arduino/libraries-repository-engine-1.1.5
Bump github.com/arduino/libraries-repository-engine from 1.1.3 to 1.1.5 in /.github/workflows/assets/validate-registry
2 parents 2a1b3d7 + 92f0c49 commit 5722d36

File tree

222 files changed

+1361
-19540
lines changed

Some content is hidden

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

222 files changed

+1361
-19540
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,32 @@
11
module github.com/arduino/library-registry/.github/workflows/assets/validate-registry
22

3-
go 1.17
3+
go 1.23.4
44

5-
require github.com/arduino/libraries-repository-engine v1.1.3
5+
require github.com/arduino/libraries-repository-engine v1.1.5
66

77
require (
8-
github.com/Microsoft/go-winio v0.5.0 // indirect
9-
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
10-
github.com/acomagu/bufpipe v1.0.3 // indirect
11-
github.com/arduino/arduino-cli v0.0.0-20210520100059-2666b6ec51e9 // indirect
12-
github.com/arduino/go-paths-helper v1.7.0 // indirect
13-
github.com/arduino/go-properties-orderedmap v1.3.0 // indirect
14-
github.com/codeclysm/extract/v3 v3.0.2 // indirect
15-
github.com/emirpasic/gods v1.12.0 // indirect
8+
github.com/Microsoft/go-winio v0.5.2 // indirect
9+
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
10+
github.com/acomagu/bufpipe v1.0.4 // indirect
11+
github.com/arduino/go-paths-helper v1.12.1 // indirect
12+
github.com/cloudflare/circl v1.3.7 // indirect
13+
github.com/emirpasic/gods v1.18.1 // indirect
1614
github.com/go-git/gcfg v1.5.0 // indirect
17-
github.com/go-git/go-billy/v5 v5.3.1 // indirect
18-
github.com/go-git/go-git/v5 v5.4.3-0.20220108132248-a5bbcd278ab1 // indirect
19-
github.com/golang/protobuf v1.5.2 // indirect
20-
github.com/h2non/filetype v1.0.8 // indirect
21-
github.com/imdario/mergo v0.3.12 // indirect
15+
github.com/go-git/go-billy/v5 v5.4.1 // indirect
16+
github.com/go-git/go-git/v5 v5.6.1 // indirect
17+
github.com/imdario/mergo v0.3.13 // indirect
2218
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
23-
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
24-
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
25-
github.com/mitchellh/go-homedir v1.1.0 // indirect
26-
github.com/pkg/errors v0.9.1 // indirect
27-
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
19+
github.com/kevinburke/ssh_config v1.2.0 // indirect
20+
github.com/pjbgf/sha1cd v0.3.0 // indirect
2821
github.com/sergi/go-diff v1.1.0 // indirect
29-
github.com/sirupsen/logrus v1.7.0 // indirect
22+
github.com/skeema/knownhosts v1.1.0 // indirect
3023
github.com/spf13/pflag v1.0.5 // indirect
3124
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
32-
github.com/xanzy/ssh-agent v0.3.1 // indirect
33-
go.bug.st/cleanup v1.0.0 // indirect
34-
go.bug.st/downloader/v2 v2.1.1 // indirect
35-
go.bug.st/relaxed-semver v0.9.0 // indirect
36-
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
37-
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
38-
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
39-
golang.org/x/text v0.3.7 // indirect
40-
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
41-
google.golang.org/grpc v1.42.0 // indirect
42-
google.golang.org/protobuf v1.27.1 // indirect
25+
github.com/xanzy/ssh-agent v0.3.3 // indirect
26+
go.bug.st/relaxed-semver v0.12.0 // indirect
27+
golang.org/x/crypto v0.21.0 // indirect
28+
golang.org/x/net v0.23.0 // indirect
29+
golang.org/x/sys v0.18.0 // indirect
4330
gopkg.in/warnings.v0 v0.1.2 // indirect
44-
gopkg.in/yaml.v2 v2.4.0 // indirect
31+
gopkg.in/yaml.v3 v3.0.1 // indirect
4532
)

.github/workflows/assets/validate-registry/go.sum

+89-386
Large diffs are not rendered by default.

.github/workflows/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.17"
6+
GO_VERSION: "1.23"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/check-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.17"
6+
GO_VERSION: "1.23"
77

88
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99
on:

.github/workflows/check-registry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Registry Data File
22

33
env:
44
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5-
GO_VERSION: "1.17"
5+
GO_VERSION: "1.23"
66

77
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
88
on:

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Integration
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.17"
6+
GO_VERSION: "1.23"
77
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
88
PYTHON_VERSION: "3.9"
99

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/bitcurves
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
9+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
38+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/brainpool
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary: Package brainpool implements Brainpool elliptic curves.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
9+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
38+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/eax.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/ProtonMail/go-crypto/eax
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate)
66
mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF
@@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax
1010
license: bsd-3-clause
1111
licenses:
12-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
12+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1313
text: |
1414
Copyright (c) 2009 The Go Authors. All rights reserved.
1515
@@ -38,7 +38,7 @@ licenses:
3838
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3939
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4040
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
41+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
4242
text: |
4343
Additional IP Rights Grant (Patents)
4444

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/internal/byteutil
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
9+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
38+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/ocb.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/ProtonMail/go-crypto/ocb
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode
66
of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black
@@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb
1010
license: bsd-3-clause
1111
licenses:
12-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
12+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1313
text: |
1414
Copyright (c) 2009 The Go Authors. All rights reserved.
1515
@@ -38,7 +38,7 @@ licenses:
3838
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3939
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4040
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
41+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
4242
text: |
4343
Additional IP Rights Grant (Patents)
4444

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary: Package openpgp implements high level operations on OpenPGP messages.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
9+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
38+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
9+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
38+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/armor
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
9+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
38+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/ecdh
3-
version: v0.0.0-20210428141323-04723f9f07d7
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
55
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified
66
in RFC 6637, section 8.
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh
88
license: bsd-3-clause
99
licenses:
10-
- sources: [email protected]20210428141323-04723f9f07d7/LICENSE
10+
- sources: [email protected]20230217124315-7d5c6f04bbb8/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: [email protected]20210428141323-04723f9f07d7/PATENTS
39+
- sources: [email protected]20230217124315-7d5c6f04bbb8/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/validate-registry/go/golang.org/x/crypto/curve25519/internal/field.dep.yml .licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
name: golang.org/x/crypto/curve25519/internal/field
3-
version: v0.0.0-20210817164053-32db794688a5
2+
name: github.com/ProtonMail/go-crypto/openpgp/ecdsa
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
5-
summary: Package field implements fast arithmetic modulo 2^255-19.
6-
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519/internal/field
5+
summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified
6+
in RFC 6637, section 5.
7+
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa
78
license: bsd-3-clause
89
licenses:
9-
- sources: [email protected]20210817164053-32db794688a5/LICENSE
10+
- sources: go-[email protected]20230217124315-7d5c6f04bbb8/LICENSE
1011
text: |
1112
Copyright (c) 2009 The Go Authors. All rights reserved.
1213
@@ -35,7 +36,7 @@ licenses:
3536
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3637
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3738
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210817164053-32db794688a5/PATENTS
39+
- sources: go-[email protected]20230217124315-7d5c6f04bbb8/PATENTS
3940
text: |
4041
Additional IP Rights Grant (Patents)
4142

.licenses/validate-registry/go/golang.org/x/crypto/ed25519.dep.yml .licenses/validate-registry/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
name: golang.org/x/crypto/ed25519
3-
version: v0.0.0-20210817164053-32db794688a5
2+
name: github.com/ProtonMail/go-crypto/openpgp/eddsa
3+
version: v0.0.0-20230217124315-7d5c6f04bbb8
44
type: go
5-
summary: Package ed25519 implements the Ed25519 signature algorithm.
6-
homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519
5+
summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified
6+
in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7
7+
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa
78
license: bsd-3-clause
89
licenses:
9-
- sources: [email protected]20210817164053-32db794688a5/LICENSE
10+
- sources: go-[email protected]20230217124315-7d5c6f04bbb8/LICENSE
1011
text: |
1112
Copyright (c) 2009 The Go Authors. All rights reserved.
1213
@@ -35,7 +36,7 @@ licenses:
3536
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3637
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3738
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected]20210817164053-32db794688a5/PATENTS
39+
- sources: go-[email protected]20230217124315-7d5c6f04bbb8/PATENTS
3940
text: |
4041
Additional IP Rights Grant (Patents)
4142

0 commit comments

Comments
 (0)