module github.com/factorysh/shepherd go 1.14 require ( github.com/davecgh/go-spew v1.1.1 github.com/docker/docker v1.13.1 github.com/factorysh/docker-visitor v0.1.6 github.com/getsentry/sentry-go v0.6.1 github.com/onrik/logrus v0.6.0 github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_golang v1.7.1 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.6.1 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 )