Skip to content

Commit

Permalink
fix: upgrade vulnerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj-luminal committed Oct 18, 2023
1 parent e41d799 commit 765a368
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 44 deletions.
25 changes: 10 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.1
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.2
github.com/beevik/etree v1.1.0
github.com/google/go-cmp v0.5.7
github.com/google/go-cmp v0.5.9
github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.16.0
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.13
github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.14
Expand All @@ -24,7 +24,7 @@ require (
github.com/mitchellh/go-testing-interface v1.14.1
github.com/pquerna/otp v1.3.0
github.com/shopspring/decimal v1.3.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/crypto v0.14.0
golang.org/x/tools v0.6.0
gopkg.in/yaml.v2 v2.4.0
)
Expand All @@ -48,7 +48,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evanphx/json-patch v0.5.2 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-hclog v1.2.0 // indirect
Expand Down Expand Up @@ -79,16 +79,11 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

// Fixes:
// SNYK-GOLANG-GOLANGORGXNETHTTP2-2313688
// SNYK-GOLANG-GOLANGORGXNETHTTP2-3323837
replace golang.org/x/net => golang.org/x/net v0.8.0
Loading

0 comments on commit 765a368

Please sign in to comment.