1
0
Fork 0
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:
Sascha L. Teichmann 2023-11-02 10:41:24 +01:00 committed by GitHub
parent 0905824e02
commit 21fa98186c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 12 deletions

View file

@ -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.