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

Update 3rd party libraries. (#711)
Some checks failed
generate-markdown / auto-update-readme (push) Has been cancelled

This commit is contained in:
Sascha L. Teichmann 2025-12-18 13:25:44 +01:00 committed by GitHub
parent 52ce6bcde6
commit 586524a97e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 17 deletions

10
go.mod
View file

@ -15,8 +15,8 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.45.0
golang.org/x/term v0.37.0
golang.org/x/crypto v0.46.0
golang.org/x/term v0.38.0
golang.org/x/time v0.14.0
)
@ -27,7 +27,7 @@ require (
github.com/cloudflare/circl v1.6.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)