module github.com/creativeprojects/resticprofile go 1.14 require ( github.com/Masterminds/semver/v3 v3.1.1 // indirect github.com/adrg/xdg v0.3.0 github.com/capnspacehook/taskmaster v0.0.0-20190802050140-eebf732b5748 github.com/coreos/go-systemd/v22 v22.1.0 github.com/creativeprojects/clog v0.8.0 github.com/creativeprojects/go-selfupdate v0.6.1 github.com/golang/protobuf v1.4.3 // indirect github.com/google/go-cmp v0.5.4 // indirect github.com/mackerelio/go-osstat v0.1.0 github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/mapstructure v1.4.1 github.com/onsi/ginkgo v1.15.0 // indirect github.com/pelletier/go-toml v1.8.1 // indirect github.com/rickb777/date v1.15.3 github.com/shirou/gopsutil/v3 v3.21.1 github.com/smartystreets/assertions v1.0.0 // indirect github.com/spf13/afero v1.5.1 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.7.1 github.com/stretchr/testify v1.7.0 github.com/ulikunitz/xz v0.5.10 // indirect golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19 // indirect golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 google.golang.org/appengine v1.6.7 // indirect gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect howett.net/plist v0.0.0-20201203080718-1454fab16a06 )