module github.com/okta/okta-sdk-golang require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-yaml/yaml v2.1.0+incompatible github.com/kelseyhightower/envconfig v1.3.0 github.com/kr/pretty v0.1.0 // indirect github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627 github.com/stretchr/testify v1.3.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 )