bump version of golang.org/x/sys dependency

fixes #1332
This commit is contained in:
Nathan Johnson
2022-06-01 20:17:05 -05:00
parent 85981c0459
commit 0db10ef84a
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/sirupsen/logrus
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
)
go 1.13