Skip to content

Commit

Permalink
Upgrade golang.org/x/crypto to v0.17.0 in internal module (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jan 10, 2024
1 parent 1604ada commit f5c4647
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundle/internal/tf/codegen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/databricks/cli/bundle/internal/tf/codegen
go 1.18

require (
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hc-install v0.5.0
github.com/hashicorp/terraform-exec v0.17.3
github.com/hashicorp/terraform-json v0.15.0
Expand All @@ -13,8 +14,7 @@ require (

require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
7 changes: 7 additions & 0 deletions bundle/internal/tf/codegen/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5c4647

Please sign in to comment.