go-attestation/go.mod
dependabot[bot] 8b301f2d45
Bump golang.org/x/crypto from 0.13.0 to 0.17.0 (#359)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 15:34:50 -08:00

17 lines
347 B
Modula-2

module github.com/google/go-attestation
go 1.20
require (
github.com/google/go-cmp v0.6.0
github.com/google/go-tpm v0.9.0
github.com/google/go-tpm-tools v0.4.2
github.com/google/go-tspi v0.3.0
golang.org/x/sys v0.15.0
)
require (
github.com/google/certificate-transparency-go v1.1.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
)