mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Use Intevation's JSONPath fork (#490)
* Use Intevation fork of github.com/PaesslerAG/jsonpath * Remove passus about double quouted jsonpath strings.
This commit is contained in:
parent
0905824e02
commit
21fa98186c
4 changed files with 9 additions and 12 deletions
|
|
@ -15,8 +15,8 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/PaesslerAG/gval"
|
||||
"github.com/PaesslerAG/jsonpath"
|
||||
"github.com/Intevation/gval"
|
||||
"github.com/Intevation/jsonpath"
|
||||
)
|
||||
|
||||
// ReMarshalJSON transforms data from src to dst via JSON marshalling.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue