mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
6901819fdf
Includes a testable wrapper around exec.Cmd that implements a wait with kill completion mechanism.
10 lines
149 B
Modula-2
10 lines
149 B
Modula-2
module github.com/fleetdm/orbit
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/oklog/run v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|