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:
Hamza El-Saawy
2023-07-21 15:31:44 -04:00
committed by GitHub
parent 4f41be6f64
commit 10d5703c7b
4 changed files with 35 additions and 15 deletions
+4 -4
View File
@@ -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