mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-09-05 08:37:37 -04:00
Isolate tools dependencies in tools package (#293)
Use `./tools` to prevent callers of `go-winio` from needing to add tools to their dependencies. Similar to https://github.com/microsoft/hcsshim/pull/1840 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.9.0
|
||||
golang.org/x/sys v0.5.0
|
||||
golang.org/x/tools v0.6.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
golang.org/x/sys v0.10.0
|
||||
golang.org/x/tools v0.11.0
|
||||
)
|
||||
|
||||
require golang.org/x/mod v0.8.0 // indirect
|
||||
require golang.org/x/mod v0.12.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user