Skip to content

Commit

Permalink
Update dependancies to latest versions
Browse files Browse the repository at this point in the history
This updates:
  - go-attestation
  - go-tpm-tools
  - go-cmp
  - cobra

Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Feb 15, 2022
1 parent 592defb commit 7d29b1e
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 11 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.16

require (
github.com/google/certificate-transparency-go v1.1.2
github.com/google/go-attestation v0.4.0
github.com/google/go-cmp v0.5.6
github.com/google/go-tpm v0.3.2
github.com/spf13/cobra v1.1.3
github.com/google/go-attestation v0.4.2
github.com/google/go-cmp v0.5.7
github.com/google/go-tpm v0.3.3
github.com/spf13/cobra v1.3.0
google.golang.org/protobuf v1.27.1
)
Loading

0 comments on commit 7d29b1e

Please sign in to comment.