Skip to content

Commit

Permalink
fix(deps): update module golang.org/x/crypto to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Feb 22, 2025
1 parent 9be0dc2 commit c4d8eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/encrypt/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/hugomods/encrypt/commands/encrypt

go 1.23
go 1.23.0

toolchain go1.24.0

require (
github.com/PuerkitoBio/goquery v1.10.2
golang.org/x/crypto v0.33.0
golang.org/x/crypto v0.34.0
)

require (
Expand Down
2 changes: 2 additions & 0 deletions commands/encrypt/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus=
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
golang.org/x/crypto v0.34.0 h1:+/C6tk6rf/+t5DhUketUbD1aNGqiSX3j15Z6xuIDlBA=
golang.org/x/crypto v0.34.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
Expand Down

0 comments on commit c4d8eaf

Please sign in to comment.