Skip to content

Commit

Permalink
go.mod: pin golang.org/x/sys module to v0.2.0
Browse files Browse the repository at this point in the history
The Go project recently started tagging releases on the golang.org/x/*
packages, see [1] for more information. Use the tagged version of
golang.org/x/sys to allow dependabot to updates this dependency going
forward.
  • Loading branch information
tklauser committed Nov 8, 2022
1 parent f5feee1 commit c0b6d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/tklauser/numcpus

go 1.13

require golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
require golang.org/x/sys v0.2.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit c0b6d10

Please sign in to comment.