module code.alibaba-inc.com/force/git-repo require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/davecgh/go-spew v1.1.1 github.com/emirpasic/gods v1.9.0 github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jiangxin/goconfig v1.0.2 github.com/jiangxin/multi-log v0.3.0 github.com/mattn/go-isatty v0.0.7 github.com/mattn/go-shellwords v1.0.5 github.com/mitchellh/go-homedir v1.1.0 github.com/pelletier/go-buffruneio v0.2.0 github.com/pmezard/go-difflib v1.0.0 github.com/spf13/afero v1.2.1 // indirect github.com/spf13/cobra v0.0.3 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.3.2 github.com/src-d/gcfg v1.4.0 github.com/stretchr/objx v0.1.1 github.com/stretchr/testify v1.3.0 golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 golang.org/x/net v0.0.0-20190311183353-d8887717615a golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc golang.org/x/text v0.3.0 gopkg.in/h2non/gock.v1 v1.0.14 gopkg.in/src-d/go-git.v4 v4.10.0 gopkg.in/warnings.v0 v0.1.2 gopkg.in/yaml.v2 v2.2.2 ) go 1.12