Skip to content

Commit

Permalink
Bump Go deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonweeks committed Nov 13, 2024
1 parent a4de1fd commit 4a084ee
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 1,228 deletions.
24 changes: 13 additions & 11 deletions client/go.mod
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
Loading

0 comments on commit 4a084ee

Please sign in to comment.