Skip to content

Commit

Permalink
Bump github.com/google/go-tpm to the latest version (eclipse-kanto#101)
Browse files Browse the repository at this point in the history
Bump github.com/google/go-tpm to the latest version

Update NOTICE.md

Signed-off-by: Kristiyan Gostev <kristiyan.gostev@bosch.com>
  • Loading branch information
k-gostev authored Jan 29, 2024
1 parent 6e6b158 commit aa6991f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 168 deletions.
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ imdario/mergo (0.3.12)
* Project: https://github.com/imdario/mergo
* Source: https://github.com/imdario/mergo/releases/tag/0.3.12

google/go-tpm (0.3.2)
google/go-tpm (0.9.0)

* License: Apache License 2.0
* Project: https://github.com/google/go-tpm
* Source: https://github.com/google/go-tpm/releases/tag/v0.3.2
* Source: https://github.com/google/go-tpm/releases/tag/v0.9.0

golang.org/x/net (0.17.0)

Expand Down
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 aa6991f

Please sign in to comment.