1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +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
require (
github.com/BurntSushi/toml v1.2.1
github.com/PaesslerAG/gval v1.2.2
github.com/BurntSushi/toml v1.1.0
github.com/PaesslerAG/gval v1.2.0
github.com/PaesslerAG/jsonpath v0.1.1
github.com/ProtonMail/gopenpgp/v2 v2.5.2
github.com/PuerkitoBio/goquery v1.8.1