Skip to content

Commit

Permalink
Bump github.com/google/go-tpm to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Kristiyan Gostev <[email protected]>
  • Loading branch information
k-gostev committed Jan 26, 2024
1 parent 6e6b158 commit 7cd537b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 166 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/eclipse/ditto-clients-golang v0.0.0-20220225085802-cf3b306280d3
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/fsnotify/fsnotify v1.5.1
github.com/google/go-tpm v0.3.2
github.com/google/go-tpm v0.9.0
github.com/hashicorp/go-multierror v1.1.1
github.com/imdario/mergo v0.3.12
github.com/pkg/errors v0.9.1
Expand All @@ -24,6 +24,7 @@ require (
)

require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
Expand Down
Loading

0 comments on commit 7cd537b

Please sign in to comment.