1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Started with uploader.

This commit is contained in:
Sascha L. Teichmann 2021-12-07 02:50:05 +01:00
parent d335ad1b84
commit 9fb23892b6
3 changed files with 88 additions and 0 deletions

2
go.mod
View file

@ -7,6 +7,8 @@ require (
github.com/PaesslerAG/gval v1.1.2
github.com/PaesslerAG/jsonpath v0.1.1
github.com/ProtonMail/gopenpgp/v2 v2.3.0
github.com/jessevdk/go-flags v1.5.0
github.com/mitchellh/go-homedir v1.1.0
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
)