module github.com/tilt-dev/probe

go 1.14

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/jonboulle/clockwork v0.2.2
	github.com/stretchr/testify v1.7.0
	k8s.io/klog/v2 v2.8.0
)
