-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4de1fd
commit 4a084ee
Showing
2 changed files
with
90 additions
and
1,228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
module github.com/brandonweeks/acme-device-attest-demo/client | ||
|
||
go 1.18 | ||
go 1.22.7 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/fxamacker/cbor/v2 v2.4.0 | ||
github.com/google/go-attestation v0.4.4-0.20220404204839-8820d49b18d9 | ||
github.com/google/go-tpm-tools v0.3.8 | ||
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 | ||
github.com/fxamacker/cbor/v2 v2.7.0 | ||
github.com/google/go-attestation v0.5.1 | ||
github.com/google/go-tpm-tools v0.4.4 | ||
golang.org/x/crypto v0.29.0 | ||
) | ||
|
||
require ( | ||
github.com/google/certificate-transparency-go v1.1.2 // indirect | ||
github.com/google/go-tpm v0.3.3 // indirect | ||
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect | ||
github.com/google/certificate-transparency-go v1.2.2 // indirect | ||
github.com/google/go-tpm v0.9.1 // indirect | ||
github.com/google/go-tspi v0.3.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
) | ||
|
||
replace golang.org/x/crypto => github.com/brandonweeks/golang-crypto v0.0.0-20220601020110-5663e12aa0bb | ||
replace golang.org/x/crypto => github.com/brandonweeks/golang-crypto v0.0.0-20241107225453-6018723c7405 | ||
|
||
replace github.com/google/go-attestation => github.com/brandonweeks/go-attestation v0.0.0-20220602235615-164122a1d59b | ||
replace github.com/google/go-attestation => github.com/brandonweeks/go-attestation v0.0.0-20241111153239-62f7ad0785b8 |
Oops, something went wrong.