mirror of https://github.com/mitchell/selfpass.git
22 lines
626 B
Modula-2
22 lines
626 B
Modula-2
module github.com/mitchell/selfpass/sp
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/davecgh/go-spew v1.1.1
|
|
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
|
|
|
|
replace github.com/mitchell/selfpass/protobuf/go => ../protobuf/go
|