mirror of https://github.com/mitchell/selfpass.git
21 lines
623 B
Modula-2
21 lines
623 B
Modula-2
module github.com/mitchell/selfpass
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/boombuler/barcode v1.0.0 // indirect
|
|
github.com/cloudflare/redoctober v0.0.0-20180928214028-3f826eedb692
|
|
github.com/go-kit/kit v0.8.0
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/mediocregopher/radix/v3 v3.2.3
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pquerna/otp v1.1.0
|
|
github.com/spf13/cobra v0.0.4
|
|
github.com/spf13/viper v1.4.0
|
|
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
|
|
google.golang.org/grpc v1.21.0
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.5
|
|
)
|