Skip to content

Commit 5b569ef

Browse files
Bump the go_modules group in /pocs/bios/tpm-carte-blanche with 5 updates (#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fa10b5 commit 5b569ef

File tree

2 files changed

+128
-13
lines changed

2 files changed

+128
-13
lines changed

pocs/bios/tpm-carte-blanche/go.mod

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ go 1.17
55
require (
66
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
77
github.com/basgys/goxml2json v1.1.0
8-
github.com/bitly/go-simplejson v0.5.0 // indirect
98
github.com/chrisfenner/pkcs7 v0.0.0-20210603081855-897caa21f9f3
109
github.com/fatih/color v1.11.0
1110
github.com/google/certificate-transparency-go v1.1.1
12-
github.com/google/go-attestation v0.3.2
11+
github.com/google/go-attestation v0.4.0
1312
github.com/google/go-tpm v0.3.3-0.20210409082102-d3310770bfec
13+
github.com/mitchellh/go-wordwrap v1.0.1
14+
)
15+
16+
require (
17+
github.com/bitly/go-simplejson v0.5.0 // indirect
1418
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect
1519
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect
1620
github.com/mattn/go-colorable v0.1.8 // indirect
1721
github.com/mattn/go-isatty v0.0.12 // indirect
18-
github.com/mitchellh/go-wordwrap v1.0.1
19-
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
20-
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
21-
golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48 // indirect
22-
golang.org/x/text v0.3.3 // indirect
22+
golang.org/x/crypto v0.31.0 // indirect
23+
golang.org/x/net v0.21.0 // indirect
24+
golang.org/x/sys v0.28.0 // indirect
25+
golang.org/x/text v0.21.0 // indirect
2326
)

0 commit comments

Comments
 (0)