2020-12-02 00:10:21 +00:00
|
|
|
module github.com/raulk/go-watchdog
|
2020-12-02 00:03:20 +00:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-12-04 13:08:00 +00:00
|
|
|
github.com/containerd/cgroups v0.0.0-20201119153540-4cbc285b3327
|
2020-12-02 00:03:20 +00:00
|
|
|
github.com/elastic/gosigar v0.12.0
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/raulk/clock v1.1.0
|
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|