2019-07-11 06:05:59 +00:00
|
|
|
module github.com/mitchell/selfpass/sp
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/atotto/clipboard v0.1.2
|
2019-07-12 01:02:46 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2019-07-11 06:05:59 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/mitchell/selfpass/services v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/ncw/rclone v1.48.0
|
|
|
|
github.com/pquerna/otp v1.2.0
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/viper v1.4.0
|
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.5
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/mitchell/selfpass/services => ../services
|
2019-07-12 01:02:46 +00:00
|
|
|
|
|
|
|
replace github.com/mitchell/selfpass/protobuf/go => ../protobuf/go
|