fleet/go.mod
Zachary Wasserman 6901819fdf Add beginning of process library
Includes a testable wrapper around exec.Cmd that implements a wait with
kill completion mechanism.
2020-12-16 16:54:28 -08:00

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
)