module github.com/AppsFlyer/go-sundheit go 1.13 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/fortytw2/leaktest v1.3.0 github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 go.opencensus.io v0.22.1 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.4 // indirect )