mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-09-05 08:37:37 -04:00
update dependencies (#277)
Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
This commit is contained in:
@@ -3,9 +3,9 @@ module github.com/Microsoft/go-winio
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
||||
golang.org/x/tools v0.1.12
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
golang.org/x/sys v0.5.0
|
||||
golang.org/x/tools v0.6.0
|
||||
)
|
||||
|
||||
require golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
||||
require golang.org/x/mod v0.8.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user