Skip to content

Commit

Permalink
Merge pull request etcd-io#346 from ahrtr/bump_sys_20221113
Browse files Browse the repository at this point in the history
bump golang.org/x/sys to v0.2.0
  • Loading branch information
serathius committed Nov 13, 2022
2 parents 3a8b7dc + 7591807 commit c5901d2
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 go.etcd.io/bbolt

go 1.17

require golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d
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-20200923182605-d9f96fdee20d h1:L/IKR6COd7ubZrs2oTnTi73IhgqJ71c9s80WsQnh0Es=
golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
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 c5901d2

Please sign in to comment.