Skip to content

Commit b705726

Browse files
chore(deps): update module golang.org/x/crypto to v0.45.0 [security]
1 parent 025f0d1 commit b705726

6 files changed

Lines changed: 16 additions & 12 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bitrise-steplib/steps-set-xcode-build-number
22

3-
go 1.17
3+
go 1.24.0
44

55
require (
66
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.26
@@ -23,8 +23,8 @@ require (
2323
github.com/pkg/errors v0.9.1 // indirect
2424
github.com/pmezard/go-difflib v1.0.0 // indirect
2525
github.com/stretchr/objx v0.5.0 // indirect
26-
golang.org/x/crypto v0.17.0 // indirect
27-
golang.org/x/text v0.14.0 // indirect
26+
golang.org/x/crypto v0.45.0 // indirect
27+
golang.org/x/text v0.31.0 // indirect
2828
gopkg.in/yaml.v3 v3.0.1 // indirect
2929
howett.net/plist v1.0.0 // indirect
3030
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIi
113113
golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw=
114114
golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
115115
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
116+
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
117+
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
116118
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
117119
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
118120
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
@@ -167,6 +169,8 @@ golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
167169
golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
168170
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
169171
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
172+
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
173+
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
170174
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
171175
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
172176
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=

vendor/golang.org/x/crypto/LICENSE

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/text/LICENSE

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ github.com/stretchr/objx
8282
github.com/stretchr/testify/assert
8383
github.com/stretchr/testify/mock
8484
github.com/stretchr/testify/require
85-
# golang.org/x/crypto v0.17.0
86-
## explicit; go 1.18
85+
# golang.org/x/crypto v0.45.0
86+
## explicit; go 1.24.0
8787
golang.org/x/crypto/pbkdf2
88-
# golang.org/x/text v0.14.0
89-
## explicit; go 1.18
88+
# golang.org/x/text v0.31.0
89+
## explicit; go 1.24.0
9090
golang.org/x/text/transform
9191
golang.org/x/text/unicode/norm
9292
# gopkg.in/yaml.v3 v3.0.1

0 commit comments

Comments
 (0)