Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffa2d89

Browse files
renovate[bot]tensor5
authored andcommitted
fix(deps): update module github.com/italia/publiccode-parser-go/v4 to v5
1 parent335b2d5 commitffa2d89

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

‎src/go/go.mod‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ module github.com/italia/publiccode-parser-js/src/wasm
22

33
go1.24.3
44

5-
requiregithub.com/italia/publiccode-parser-go/v4v4.1.1
5+
requiregithub.com/italia/publiccode-parser-go/v5v5.2.1
66

77
require (
88
github.com/Jeffail/gabsv1.4.0// indirect
99
github.com/alranel/go-vcsurl/v2v2.0.2// indirect
1010
github.com/dyatlov/go-oembedv0.0.0-20191103150536-a57c85b3b37c// indirect
1111
github.com/gabriel-vasile/mimetypev1.4.3// indirect
12+
github.com/github/go-spdx/v2v2.3.3// indirect
1213
github.com/go-playground/localesv0.14.1// indirect
1314
github.com/go-playground/universal-translatorv0.18.1// indirect
1415
github.com/go-playground/validator/v10v10.18.0// indirect
1516
github.com/italia/httpclient-lib-gov0.0.2// indirect
1617
github.com/kr/prettyv0.3.0// indirect
17-
github.com/kyoh86/go-spdxv0.0.5-0.20220518012447-4d195d3a5da1// indirect
1818
github.com/leodido/go-urnv1.4.0// indirect
1919
github.com/rivo/unisegv0.4.4// indirect
2020
github.com/rogpeppe/go-internalv1.8.0// indirect

‎src/go/go.sum‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ github.com/dyatlov/go-oembed v0.0.0-20191103150536-a57c85b3b37c h1:MEV1LrQtCBGac
1010
github.com/dyatlov/go-oembedv0.0.0-20191103150536-a57c85b3b37c/go.mod h1:DjlDZiZGRRKbiJZmiEiiXozsBQAQzHmxwHKFeXifL2g=
1111
github.com/gabriel-vasile/mimetypev1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
1212
github.com/gabriel-vasile/mimetypev1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
13+
github.com/github/go-spdx/v2v2.3.3 h1:QI7evnHWEfWkT54eJwkoV/f3a0xD3gLlnVmT5wQG6LE=
14+
github.com/github/go-spdx/v2v2.3.3/go.mod h1:2ZxKsOhvBp+OYBDlsGnUMcchLeo2mrpEBn2L1C+U3IQ=
1315
github.com/go-playground/assert/v2v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=
1416
github.com/go-playground/assert/v2v2.2.0/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
1517
github.com/go-playground/localesv0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=
@@ -20,8 +22,8 @@ github.com/go-playground/validator/v10 v10.18.0 h1:BvolUXjp4zuvkZ5YN5t7ebzbhlUtP
2022
github.com/go-playground/validator/v10v10.18.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
2123
github.com/italia/httpclient-lib-gov0.0.2 h1:4bJLywTVd7qHPdKxJXvvhlXp436JTC4KA6dLhIl5a6c=
2224
github.com/italia/httpclient-lib-gov0.0.2/go.mod h1:b0/D3ULsBw8X+zEl7j/kSZmiMlUdj+agppneOvSq6eA=
23-
github.com/italia/publiccode-parser-go/v4v4.1.1 h1:ulGsQaGV/p+pXwCf5qS/9HO5VZtrlTwuqh6TWRql0L4=
24-
github.com/italia/publiccode-parser-go/v4v4.1.1/go.mod h1:qmxP/BgLwCeNMjfcXbRz8WCMPn85Pekcy+oGTUmEF4U=
25+
github.com/italia/publiccode-parser-go/v5v5.2.1 h1:9aDiCrh84nHAJzDRhf/Gx+exusfd4iQ0GCwtEwofeqo=
26+
github.com/italia/publiccode-parser-go/v5v5.2.1/go.mod h1:xndoanQHcweEnJlubntvOHlT/cvde0eFDF59O5PwuCg=
2527
github.com/kr/prettyv0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
2628
github.com/kr/prettyv0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
2729
github.com/kr/prettyv0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
@@ -30,8 +32,6 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
3032
github.com/kr/textv0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
3133
github.com/kr/textv0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
3234
github.com/kr/textv0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
33-
github.com/kyoh86/go-spdxv0.0.5-0.20220518012447-4d195d3a5da1 h1:V9VECvxFpeRc1dQGZyB2rOsUOAcDKi+t2sV64UK8xE4=
34-
github.com/kyoh86/go-spdxv0.0.5-0.20220518012447-4d195d3a5da1/go.mod h1:PLyaOnItOIGepc7kUKJbp2YSsaZf94luSUcUgb2MQ+4=
3535
github.com/leodido/go-urnv1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
3636
github.com/leodido/go-urnv1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
3737
github.com/pkg/diffv0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
@@ -47,7 +47,6 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
4747
github.com/sirupsen/logrusv1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
4848
github.com/stretchr/objxv0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
4949
github.com/stretchr/testifyv1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
50-
github.com/stretchr/testifyv1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
5150
github.com/stretchr/testifyv1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
5251
github.com/stretchr/testifyv1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
5352
github.com/stretchr/testifyv1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=

‎src/go/main.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"encoding/json"
88
"syscall/js"
99

10-
"github.com/italia/publiccode-parser-go/v4"
10+
"github.com/italia/publiccode-parser-go/v5"
1111
)
1212

1313
funcmain() {

‎tests/mod_test.ts‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,55 +18,55 @@ Deno.test("Simple test", async () => {
1818
assertEquals(res.errors,[
1919
{
2020
key:"platforms",
21-
description:"mustbe more than 0",
21+
description:"platformsmustcontain more than 0 items",
2222
line:1,
2323
column:1,
2424
},
2525
{
2626
key:"developmentStatus",
27-
description:"required",
27+
description:"developmentStatus is arequired field",
2828
line:1,
2929
column:1,
3030
},
3131
{
3232
key:"softwareType",
33-
description:"required",
33+
description:"softwareType is arequired field",
3434
line:1,
3535
column:1,
3636
},
3737
{
3838
key:"description.la.longDescription",
39-
description:"must bemore or equal than 150",
39+
description:"longDescriptionmust beat least 150 characters in length",
4040
line:7,
4141
column:5,
4242
},
4343
{
4444
key:"description.la.features",
45-
description:"mustbe more than 0",
45+
description:"featuresmustcontain more than 0 items",
4646
line:7,
4747
column:5,
4848
},
4949
{
5050
key:"legal.license",
51-
description:"required",
51+
description:"license is arequired field",
5252
line:0,
5353
column:0,
5454
},
5555
{
5656
key:"maintenance.type",
57-
description:"required",
57+
description:"type is arequired field",
5858
line:0,
5959
column:0,
6060
},
6161
{
6262
key:"localisation.localisationReady",
63-
description:"required",
63+
description:"localisationReady is arequired field",
6464
line:0,
6565
column:0,
6666
},
6767
{
6868
key:"localisation.availableLanguages",
69-
description:"required",
69+
description:"availableLanguages is arequired field",
7070
line:0,
7171
column:0,
7272
},

‎tests/publiccode.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
publiccodeYmlVersion:"0.4"
1+
publiccodeYmlVersion:"0.5"
22
name:"ACME Software Solutions"
33
categories:
44
-business-intelligence

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp