File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module publiccode-parser-wrapper
22
33go 1.24.5
44
5- require github.com/italia/publiccode-parser-go/v4 v4.3.3
5+ require github.com/italia/publiccode-parser-go/v4 v4.3.4
66
77require (
88 github.com/Jeffail/gabs v1.4.0 // indirect
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ github.com/go-playground/validator/v10 v10.18.0 h1:BvolUXjp4zuvkZ5YN5t7ebzbhlUtP
2121github.com/go-playground/validator/v10 v10.18.0 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
2222github.com/italia/httpclient-lib-go v0.0.2 h1:4bJLywTVd7qHPdKxJXvvhlXp436JTC4KA6dLhIl5a6c =
2323github.com/italia/httpclient-lib-go v0.0.2 /go.mod h1:b0/D3ULsBw8X+zEl7j/kSZmiMlUdj+agppneOvSq6eA =
24- github.com/italia/publiccode-parser-go/v4 v4.3.3 h1:lnSnYvfwqo3lHvXbfrW7Y7mp7L6FBflTn5AURb1Sc/k =
25- github.com/italia/publiccode-parser-go/v4 v4.3.3 /go.mod h1:a6Hh7o2TeSZcJkEjHdXU7A/kyHyJDVhnCPO6sT81lbo =
24+ github.com/italia/publiccode-parser-go/v4 v4.3.4 h1:uPJbQg5QVakTMrnnQJkfgfEtHHxVNfKyuKBwaNO10vs =
25+ github.com/italia/publiccode-parser-go/v4 v4.3.4 /go.mod h1:a6Hh7o2TeSZcJkEjHdXU7A/kyHyJDVhnCPO6sT81lbo =
2626github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI =
2727github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
2828github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public function testPublicCodeAccessors(): void
3131 $ publicCode = $ this ->parser ->parse ($ this ->yaml );
3232
3333 $ this ->assertEquals ('Medusa ' , $ publicCode ->getName ());
34+ $ this ->assertEquals ('https://github.com/italia/developers.italia.it.git ' , $ publicCode ->getUrl ());
3435 $ this ->assertEquals ('AGPL-3.0-or-later ' , $ publicCode ->getLicense ());
3536 $ this ->assertEquals (['web ' ], $ publicCode ->getPlatforms ());
3637
You can’t perform that action at this time.
0 commit comments