module github.com/twpayne/chezmoi require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/d4l3k/messagediff v1.2.1 github.com/danieljoos/wincred v1.0.1 // indirect github.com/godbus/dbus v4.1.0+incompatible // indirect github.com/google/renameio v0.1.0 github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/mitchellh/go-homedir v1.0.0 github.com/pmezard/go-difflib v1.0.0 github.com/spf13/cobra v0.0.3 github.com/spf13/viper v1.3.1 github.com/stretchr/objx v0.1.1 // indirect github.com/twpayne/go-shell v0.0.1 github.com/twpayne/go-vfs v1.0.3 github.com/twpayne/go-xdg v1.0.0 github.com/zalando/go-keyring v0.0.0-20180221093347-6d81c293b3fb golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 gopkg.in/yaml.v2 v2.2.2 )