Skip to content

Commit 4431e62

Browse files
Merge pull request #179 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.64.0
Bump go.step.sm/crypto from 0.63.0 to 0.64.0
2 parents ab27ec2 + 45e754f commit 4431e62

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
1212
github.com/stretchr/testify v1.10.0
1313
github.com/urfave/cli v1.22.16
14-
go.step.sm/crypto v0.63.0
14+
go.step.sm/crypto v0.64.0
1515
golang.org/x/net v0.40.0
1616
golang.org/x/sys v0.33.0
1717
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf
6161
github.com/urfave/cli v1.22.16 h1:MH0k6uJxdwdeWQTwhSO42Pwr4YLrNLwBtg1MRgTqPdQ=
6262
github.com/urfave/cli v1.22.16/go.mod h1:EeJR6BKodywf4zciqrdw6hpCPk68JO9z5LazXZMn5Po=
6363
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
64-
go.step.sm/crypto v0.63.0 h1:U1QGELQqJ85oDfeNFE2V52cow1rvy0m3MekG3wFmyXY=
65-
go.step.sm/crypto v0.63.0/go.mod h1:aj3LETmCZeSil1DMq3BlbhDBcN86+mmKrHZtXWyc0L4=
64+
go.step.sm/crypto v0.64.0 h1:tZ2k9Am6v3Y7cZCn89uTt77BYYXqvw+5WekUX3WZiXQ=
65+
go.step.sm/crypto v0.64.0/go.mod h1:EEY+UgKKqsvydv4mvtSpW2fqu2ezvPcAzkC80DwxmrI=
6666
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
6767
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
6868
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=

pkg/blackfriday/block.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Functions to parse block-level elements.
1212
//
1313

14-
//nolint:gocritic,revive,ineffassign,gosimple,wastedassign // ignore blackfriday
14+
//nolint:gocritic,revive,ineffassign,gosimple,wastedassign,staticcheck // ignore blackfriday
1515
package blackfriday
1616

1717
import (

pkg/blackfriday/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
//
1515

16-
//nolint:gocritic,unused,revive // ignore blackfriday
16+
//nolint:gocritic,unused,revive,staticcheck // ignore blackfriday
1717
package blackfriday
1818

1919
import (

pkg/blackfriday/inline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Functions to parse inline elements.
1212
//
1313

14-
//nolint:gocritic,whitespace,wastedassign,revive // ignore blackfriday
14+
//nolint:gocritic,whitespace,wastedassign,revive,staticcheck // ignore blackfriday
1515
package blackfriday
1616

1717
import (

0 commit comments

Comments
 (0)