Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from invopop/gobl-0.67.4
Browse files Browse the repository at this point in the history
Upgrade to GOBL 0.67.6
  • Loading branch information
samlown authored Feb 9, 2024
2 parents 2ab15e9 + 2c87207 commit 42a1eb3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/google/go-cmp v0.5.9
github.com/imdario/mergo v0.3.15
github.com/invopop/gobl v0.67.3
github.com/invopop/gobl v0.67.6
github.com/invopop/yaml v0.2.0
github.com/labstack/echo/v4 v4.10.2
github.com/magefile/mage v1.13.0
Expand Down
14 changes: 6 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM=
github.com/imdario/mergo v0.3.15/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/invopop/gobl v0.67.0 h1:9c28iBunAWYUILIMGkx1zFH/cC5srH5wp9pAb4223MA=
github.com/invopop/gobl v0.67.0/go.mod h1:Jau+ajdfUCBPVH9VMor6aeYq3S9o7HuSNm07QxxxomE=
github.com/invopop/gobl v0.67.1 h1:PwWqWeeiRLp8fsYeyO3XNxYCrcRGBMHLIJA9U47psXY=
github.com/invopop/gobl v0.67.1/go.mod h1:Jau+ajdfUCBPVH9VMor6aeYq3S9o7HuSNm07QxxxomE=
github.com/invopop/gobl v0.67.2 h1:aV2QLVOSGwQkb9vncyDDmG/1ZLGdpdTY1TFSBstqxxM=
github.com/invopop/gobl v0.67.2/go.mod h1:Jau+ajdfUCBPVH9VMor6aeYq3S9o7HuSNm07QxxxomE=
github.com/invopop/gobl v0.67.3 h1:My3e65q+ERZVBEtksjV3nMs5nw+wlOohe8Jptf6vKwA=
github.com/invopop/gobl v0.67.3/go.mod h1:Jau+ajdfUCBPVH9VMor6aeYq3S9o7HuSNm07QxxxomE=
github.com/invopop/gobl v0.67.4 h1:CIts46iRQuM+CPuFxgHGtu9qHmFx1GM67axYrMPryfA=
github.com/invopop/gobl v0.67.4/go.mod h1:Jau+ajdfUCBPVH9VMor6aeYq3S9o7HuSNm07QxxxomE=
github.com/invopop/gobl v0.67.5 h1:jxs1iAXxIsxNBu1rU3Pv9JRseieESt3kFyHV1coWiv0=
github.com/invopop/gobl v0.67.5/go.mod h1:Jau+ajdfUCBPVH9VMor6aeYq3S9o7HuSNm07QxxxomE=
github.com/invopop/gobl v0.67.6 h1:n9sD/WhbMgQNpNyZMIINnapLKHaE+Q1Ep7wxNPyAY6c=
github.com/invopop/gobl v0.67.6/go.mod h1:Jau+ajdfUCBPVH9VMor6aeYq3S9o7HuSNm07QxxxomE=
github.com/invopop/jsonschema v0.12.0 h1:6ovsNSuvn9wEQVOyc72aycBMVQFKz7cPdMJn10CvzRI=
github.com/invopop/jsonschema v0.12.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
github.com/invopop/validation v0.3.0 h1:o260kbjXzoBO/ypXDSSrCLL7SxEFUXBsX09YTE9AxZw=
Expand Down
11 changes: 9 additions & 2 deletions internal/testdata/TestCorrect_options_schema
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "CorrectionOptions defines a structure used to pass configuration options to correct a previous invoice.",
"properties": {
"ext": {
"$ref": "https://gobl.org/draft-0/tax/ext-map",
"description": "Extensions for region specific requirements.",
"properties": {
"es-facturae-correction": {
Expand Down Expand Up @@ -131,7 +130,12 @@
"type": "string"
}
},
"title": "Extensions"
"recommended": [
"es-facturae-correction",
"es-tbai-correction"
],
"title": "Extensions",
"type": "object"
},
"issue_date": {
"$ref": "https://gobl.org/draft-0/cal/date",
Expand Down Expand Up @@ -174,6 +178,9 @@
"title": "Type"
}
},
"recommended": [
"ext"
],
"required": [
"type"
],
Expand Down

0 comments on commit 42a1eb3

Please sign in to comment.