mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Downgrade toml and gval libs
This commit is contained in:
parent
e59640726c
commit
2f661ede5c
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -3,8 +3,8 @@ module github.com/csaf-poc/csaf_distribution
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.2.1
|
github.com/BurntSushi/toml v1.1.0
|
||||||
github.com/PaesslerAG/gval v1.2.2
|
github.com/PaesslerAG/gval v1.2.0
|
||||||
github.com/PaesslerAG/jsonpath v0.1.1
|
github.com/PaesslerAG/jsonpath v0.1.1
|
||||||
github.com/ProtonMail/gopenpgp/v2 v2.5.2
|
github.com/ProtonMail/gopenpgp/v2 v2.5.2
|
||||||
github.com/PuerkitoBio/goquery v1.8.1
|
github.com/PuerkitoBio/goquery v1.8.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue