module github.com/twpayne/chezmoi go 1.13 require ( github.com/Masterminds/sprig/v3 v3.1.0 github.com/alecthomas/chroma v0.8.1 // indirect github.com/bmatcuk/doublestar v1.3.2 // indirect github.com/bmatcuk/doublestar/v2 v2.0.3 github.com/charmbracelet/glamour v0.2.0 github.com/coreos/go-semver v0.3.0 github.com/danieljoos/wincred v1.1.0 // indirect github.com/dlclark/regexp2 v1.4.0 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/go-git/go-git/v5 v5.2.0 github.com/golang/protobuf v1.4.3 // indirect github.com/google/go-github/v32 v32.1.0 github.com/google/renameio v0.1.0 github.com/google/uuid v1.1.2 // indirect github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.11 // indirect github.com/magiconair/properties v1.8.4 // indirect github.com/microcosm-cc/bluemonday v1.0.4 // indirect github.com/mitchellh/mapstructure v1.3.3 // indirect github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/muesli/reflow v0.2.0 // indirect github.com/muesli/termenv v0.7.4 // indirect github.com/pelletier/go-toml v1.8.1 github.com/pkg/diff v0.0.0-20200914180035-5b29258ca4f7 github.com/rogpeppe/go-internal v1.6.2 github.com/sergi/go-diff v1.1.0 github.com/spf13/afero v1.4.1 // indirect github.com/spf13/cobra v1.1.1 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 github.com/twpayne/go-shell v0.3.0 github.com/twpayne/go-vfs v1.7.0 github.com/twpayne/go-vfsafero v1.0.0 github.com/twpayne/go-xdg/v3 v3.1.0 github.com/yuin/goldmark v1.2.1 // indirect github.com/zalando/go-keyring v0.1.0 go.etcd.io/bbolt v1.3.5 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 google.golang.org/appengine v1.6.7 // indirect gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/yaml.v2 v2.3.0 howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 )