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

Upgrade crypto

This commit is contained in:
Sascha L. Teichmann 2023-02-28 15:56:32 +01:00
parent 444ee20c46
commit 4b76afd390
2 changed files with 4 additions and 4 deletions

4
go.mod
View file

@ -11,9 +11,9 @@ require (
github.com/gofrs/flock v0.8.1
github.com/jessevdk/go-flags v1.5.0
github.com/mitchellh/go-homedir v1.1.0
github.com/santhosh-tekuri/jsonschema/v5 v5.2.0
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/crypto v0.6.0
golang.org/x/term v0.5.0
golang.org/x/time v0.3.0
)