File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/italia/publiccode-parser-go/v5
22
33require (
4- github.com/alranel/go-vcsurl/v2 v2.0.3
4+ github.com/alranel/go-vcsurl/v2 v2.1.0
55 github.com/github/go-spdx/v2 v2.3.3
66 github.com/go-playground/locales v0.14.1
77 github.com/go-playground/universal-translator v0.18.1
Original file line number Diff line number Diff line change 1- github.com/alranel/go-vcsurl/v2 v2.0.3 h1:B7N0igbMJuv8xr4Mj8DrcdL3wmzclMzzXWneEaGtkLc =
2- github.com/alranel/go-vcsurl/v2 v2.0.3 /go.mod h1:pCJeg9/vFXM8bvHp45/Go98cRABcx5hKJgh9WZaYzqU =
1+ github.com/alranel/go-vcsurl/v2 v2.1.0 h1:kP5Yij+3ViGP+YGrJaF4LGi3LLfxXRmPlz7mOq3BvDM =
2+ github.com/alranel/go-vcsurl/v2 v2.1.0 /go.mod h1:pCJeg9/vFXM8bvHp45/Go98cRABcx5hKJgh9WZaYzqU =
33github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
44github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
55github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ func NewParser(config ParserConfig) (*Parser, error) {
111111 }
112112
113113 httpClient := & http.Client {Timeout : timeout }
114+ vcsurl .Client = httpClient
114115 p := Parser {
115116 disableNetwork : config .DisableNetwork ,
116117 disableExternalChecks : config .DisableExternalChecks ,
You can’t perform that action at this time.
0 commit comments