-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deps and remove replacement of go-tpm with fork
- Loading branch information
Showing
3 changed files
with
82 additions
and
1,246 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
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,29 +1,31 @@ | ||
module github.com/edgelesssys/go-azguestattestation | ||
|
||
go 1.20 | ||
|
||
replace github.com/google/go-tpm => github.com/thomasten/go-tpm v0.0.0-20230629092004-f43f8e2a59eb | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/go-jose/go-jose/v3 v3.0.0 | ||
github.com/google/go-attestation v0.5.0 | ||
github.com/google/go-tpm v0.9.0 | ||
github.com/google/go-tpm-tools v0.4.0 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/go-jose/go-jose/v3 v3.0.3 | ||
github.com/google/go-attestation v0.5.1 | ||
github.com/google/go-tpm v0.9.1-0.20240510201744-5c2f0887e003 | ||
github.com/google/go-tpm-tools v0.4.4 | ||
github.com/stretchr/testify v1.9.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/google/certificate-transparency-go v1.1.2 // indirect | ||
github.com/google/go-sev-guest v0.6.1 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/certificate-transparency-go v1.1.8 // indirect | ||
github.com/google/go-configfs-tsm v0.2.2 // indirect | ||
github.com/google/go-sev-guest v0.11.1 // indirect | ||
github.com/google/go-tdx-guest v0.3.1 // indirect | ||
github.com/google/go-tspi v0.3.0 // indirect | ||
github.com/google/logger v1.1.1 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/pborman/uuid v1.2.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect | ||
golang.org/x/sys v0.9.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.