module github.com/dapr/kit go 1.19 require ( github.com/benbjohnson/clock v1.3.0 github.com/cenkalti/backoff/v4 v4.2.0 github.com/fsnotify/fsnotify v1.6.0 github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.8.1 golang.org/x/exp v0.0.0-20221028150844-83b7d23a625f ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/sys v0.1.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )