module github.com/bashims/go-codecommit go 1.12 require ( github.com/aws/aws-sdk-go v1.33.13 github.com/emirpasic/gods v1.12.0 // indirect github.com/gruntwork-io/terratest v0.28.10 github.com/magiconair/properties v1.8.0 github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 github.com/xanzy/ssh-agent v0.2.1 // indirect gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect gopkg.in/src-d/go-git.v4 v4.10.0 )