14 lines
381 B
Modula-2
14 lines
381 B
Modula-2
module github.com/raulk/go-watchdog
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/containerd/cgroups v0.0.0-20201119153540-4cbc285b3327
|
|
github.com/elastic/gosigar v0.12.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/raulk/clock v1.1.0
|
|
github.com/stretchr/testify v1.4.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|