File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77### Enhancements:
88
99### Dependencies:
10+ - build(deps): ` golang.org/x/crypto ` from 0.49.0 to 0.50.0 ([ #804 ] ( https://github.com/fastly/go-fastly/pull/804 ) )
11+ - build(deps): ` golang.org/x/sys ` from 0.42.0 to 0.43.0 ([ #804 ] ( https://github.com/fastly/go-fastly/pull/804 ) )
1012
1113### Bug fixes:
1214
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ require (
1313 github.com/mitchellh/mapstructure v1.5.0
1414 github.com/peterhellberg/link v1.2.0
1515 github.com/stretchr/testify v1.11.1
16- golang.org/x/crypto v0.49 .0
16+ golang.org/x/crypto v0.50 .0
1717)
1818
1919require (
2020 github.com/davecgh/go-spew v1.1.1 // indirect
2121 github.com/pmezard/go-difflib v1.0.0 // indirect
22- golang.org/x/sys v0.42 .0 // indirect
22+ golang.org/x/sys v0.43 .0 // indirect
2323 gopkg.in/yaml.v2 v2.4.0 // indirect
2424 gopkg.in/yaml.v3 v3.0.1 // indirect
2525)
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
2020github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
2121github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
2222github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
23- golang.org/x/crypto v0.49 .0 h1:+Ng2ULVvLHnJ/ZFEq4KdcDd/cfjrrjjNSXNzxg0Y4U4 =
24- golang.org/x/crypto v0.49 .0 /go.mod h1:ErX4dUh2UM+CFYiXZRTcMpEcN8b/1gxEuv3nODoYtCA =
25- golang.org/x/sys v0.42 .0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
26- golang.org/x/sys v0.42 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
23+ golang.org/x/crypto v0.50 .0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI =
24+ golang.org/x/crypto v0.50 .0 /go.mod h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q =
25+ golang.org/x/sys v0.43 .0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI =
26+ golang.org/x/sys v0.43 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
2727gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
2828gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2929gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments