Skip to content

Commit

Permalink
Bump the go_modules group in /pocs/bios/tpm-carte-blanche with 5 upda…
Browse files Browse the repository at this point in the history
…tes (#144)

Bumps the go_modules group in /pocs/bios/tpm-carte-blanche with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/google/go-attestation](https://github.com/google/go-attestation) | `0.3.2` | `0.4.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.0.0-20210314154223-e6e6c4f2bb5b` | `0.31.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.0.0-20210226172049-e18ecbb05110` | `0.21.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.0.0-20210316092937-0b90fd5c4c48` | `0.28.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.3.3` | `0.21.0` |


Updates `github.com/google/go-attestation` from 0.3.2 to 0.4.0
- [Release notes](https://github.com/google/go-attestation/releases)
- [Commits](google/go-attestation@v0.3.2...v0.4.0)

Updates `golang.org/x/crypto` from 0.0.0-20210314154223-e6e6c4f2bb5b to 0.31.0
- [Commits](https://github.com/golang/crypto/commits/v0.31.0)

Updates `golang.org/x/net` from 0.0.0-20210226172049-e18ecbb05110 to 0.21.0
- [Commits](https://github.com/golang/net/commits/v0.21.0)

Updates `golang.org/x/sys` from 0.0.0-20210316092937-0b90fd5c4c48 to 0.28.0
- [Commits](https://github.com/golang/sys/commits/v0.28.0)

Updates `golang.org/x/text` from 0.3.3 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.3...v0.21.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-attestation
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/text
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 4fa10b5 commit 5b569ef
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 13 deletions.
17 changes: 10 additions & 7 deletions pocs/bios/tpm-carte-blanche/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ go 1.17
require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/basgys/goxml2json v1.1.0
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/chrisfenner/pkcs7 v0.0.0-20210603081855-897caa21f9f3
github.com/fatih/color v1.11.0
github.com/google/certificate-transparency-go v1.1.1
github.com/google/go-attestation v0.3.2
github.com/google/go-attestation v0.4.0
github.com/google/go-tpm v0.3.3-0.20210409082102-d3310770bfec
github.com/mitchellh/go-wordwrap v1.0.1
)

require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/go-wordwrap v1.0.1
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)
Loading

0 comments on commit 5b569ef

Please sign in to comment.