module github.com/aws/rolesanywhere-credential-helper go 1.18 require ( github.com/aws/aws-sdk-go v1.44.57 github.com/spf13/cobra v1.6.1 golang.org/x/crypto v0.10.0 golang.org/x/sys v0.9.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/inconshreveable/mousetrap v1.0.1 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/spf13/pflag v1.0.5 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )