зеркало из https://github.com/Azure/AgentBaker.git
20 строки
537 B
Modula-2
20 строки
537 B
Modula-2
module github.com/Azure/agentbaker/hack/tools
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible
|
|
github.com/mitchellh/gox v1.0.1
|
|
github.com/onsi/ginkgo v1.16.4
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/hashicorp/go-version v1.0.0 // indirect
|
|
github.com/mitchellh/iochan v1.0.0 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/onsi/gomega v1.17.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|