module github.com/twpayne/chezmoi require ( github.com/BurntSushi/toml v0.3.1 github.com/Masterminds/semver v1.4.2 // indirect github.com/Masterminds/sprig v2.17.1+incompatible github.com/aokoli/goutils v1.1.0 // indirect github.com/coreos/go-semver v0.2.0 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/google/uuid v1.1.0 // indirect github.com/huandu/xstrings v1.2.0 // indirect github.com/imdario/mergo v0.3.7 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect 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.5 github.com/twpayne/go-xdg v0.0.0-20190220233246-4973c34fec2f github.com/zalando/go-keyring v0.0.0-20180221093347-6d81c293b3fb golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa // indirect gopkg.in/yaml.v2 v2.2.2 )