Skip to content

Commit 3c32fdf

Browse files
Merge pull request #184 from smallstep/dependabot/go_modules/golang.org/x/sys-0.34.0
Bump golang.org/x/sys from 0.33.0 to 0.34.0
2 parents 2d6b3c9 + 14db745 commit 3c32fdf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/urfave/cli v1.22.17
1414
go.step.sm/crypto v0.67.0
1515
golang.org/x/net v0.41.0
16-
golang.org/x/sys v0.33.0
16+
golang.org/x/sys v0.34.0
1717
)
1818

1919
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
9191
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
9292
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
9393
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
94-
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
95-
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
94+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
95+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
9696
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
9797
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
9898
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=

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,staticcheck // ignore blackfriday
14+
//nolint:gocritic,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,staticcheck // ignore blackfriday
16+
//nolint:gocritic,unused,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,staticcheck // ignore blackfriday
14+
//nolint:gocritic,whitespace,wastedassign,staticcheck // ignore blackfriday
1515
package blackfriday
1616

1717
import (

pkg/blackfriday/markdown.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Distributed under the Simplified BSD License.
66
// See README.md for details.
77

8-
//nolint:gocritic,wastedassign,unused,revive,govet // ignore blackfriday
8+
//nolint:gocritic,wastedassign,unused,govet // ignore blackfriday
99
package blackfriday
1010

1111
import (

pkg/blackfriday/smartypants.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,revive // ignore blackfriday
16+
//nolint:gocritic // ignore blackfriday
1717
package blackfriday
1818

1919
import (

0 commit comments

Comments
 (0)