File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.2
5+ require github.com/italia/publiccode-parser-go/v4 v4.3.3
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.2 h1:dB94WQf2MWdqhLpbN77Aez2eplROaxIKctlP5qL1hnA =
25- github.com/italia/publiccode-parser-go/v4 v4.3.2 /go.mod h1:a6Hh7o2TeSZcJkEjHdXU7A/kyHyJDVhnCPO6sT81lbo =
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 =
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 @@ -36,7 +36,7 @@ public function testPublicCodeAccessors(): void
3636 $ this ->assertEquals ('community ' , $ maintenance ['type ' ]);
3737
3838 $ categories = $ publicCode ->getCategories ();
39- $ this ->assertContains ('it-development ' , $ categories );
39+ $ this ->assertContains ('cloud-management ' , $ categories );
4040 }
4141
4242 public function testToArray (): void
You can’t perform that action at this time.
0 commit comments