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

4
go.mod
View file

@ -4,8 +4,8 @@ go 1.21
require (
github.com/BurntSushi/toml v1.3.2
github.com/PaesslerAG/gval v1.2.2
github.com/PaesslerAG/jsonpath v0.1.1
github.com/Intevation/gval v1.3.0
github.com/Intevation/jsonpath v0.2.1
github.com/ProtonMail/gopenpgp/v2 v2.7.3
github.com/PuerkitoBio/goquery v1.8.1
github.com/gofrs/flock v0.8.1