1
0
Fork 0
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:
Sascha L. Teichmann 2023-02-28 12:37:50 +01:00
parent e59640726c
commit 2f661ede5c

4
go.mod
View file

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