Skip to content

Commit 8ff9c63

Browse files
chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 in /test
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0. - [Commits](golang/crypto@v0.33.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 581237e commit 8ff9c63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.1
77
require (
88
github.com/cloudposse/test-helpers v0.23.0
99
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
10-
github.com/gruntwork-io/terratest v0.48.2 // indirect
10+
github.com/gruntwork-io/terratest v0.48.2
1111
github.com/mattn/go-zglob v0.0.6 // indirect
1212
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
1313
github.com/stretchr/testify v1.10.0
@@ -113,7 +113,7 @@ require (
113113
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
114114
github.com/zclconf/go-cty v1.15.0 // indirect
115115
go.uber.org/multierr v1.11.0 // indirect
116-
golang.org/x/crypto v0.33.0 // indirect
116+
golang.org/x/crypto v0.35.0 // indirect
117117
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
118118
golang.org/x/mod v0.22.0 // indirect
119119
golang.org/x/net v0.35.0 // indirect

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6
225225
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
226226
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
227227
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
228-
golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus=
229-
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
228+
golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
229+
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
230230
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f h1:99ci1mjWVBWwJiEKYY6jWa4d2nTQVIEhZIptnrVb1XY=
231231
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f/go.mod h1:/lliqkxwWAhPjf5oSOIJup2XcqJaw8RGS6k3TGEc7GI=
232232
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=

0 commit comments

Comments
 (0)