mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 12:56:33 -04:00
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>
12 lines
194 B
AMPL
12 lines
194 B
AMPL
module github.com/Microsoft/go-winio
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
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.12.0 // indirect
|