module github.com/creativeprojects/resticprofile go 1.13 require ( github.com/adrg/xdg v0.2.1 github.com/blang/semver v3.5.1+incompatible github.com/fatih/color v1.9.0 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/golang/protobuf v1.4.2 // indirect github.com/google/go-cmp v0.4.1 // indirect github.com/kr/text v0.2.0 // indirect github.com/mattn/go-colorable v0.1.6 // indirect github.com/mitchellh/mapstructure v1.2.2 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/onsi/ginkgo v1.12.0 // indirect github.com/onsi/gomega v1.9.0 // indirect github.com/pelletier/go-toml v1.6.0 // indirect github.com/rhysd/go-github-selfupdate v1.2.1 github.com/smartystreets/assertions v1.0.0 // indirect github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.6.1 github.com/ulikunitz/xz v0.5.7 // indirect golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 google.golang.org/appengine v1.6.6 // indirect google.golang.org/protobuf v1.24.0 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/ini.v1 v1.55.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )