2019-04-15 03:56:55 +00:00
|
|
|
module github.com/mitchell/selfpass
|
|
|
|
|
2019-06-01 20:32:11 +00:00
|
|
|
go 1.12
|
|
|
|
|
2019-04-15 03:56:55 +00:00
|
|
|
require (
|
2019-05-22 15:22:40 +00:00
|
|
|
github.com/atotto/clipboard v0.1.2
|
2019-05-28 01:16:50 +00:00
|
|
|
github.com/boombuler/barcode v1.0.0 // indirect
|
2019-05-22 15:22:40 +00:00
|
|
|
github.com/cloudflare/redoctober v0.0.0-20180928214028-3f826eedb692
|
2019-04-15 03:56:55 +00:00
|
|
|
github.com/go-kit/kit v0.8.0
|
|
|
|
github.com/golang/protobuf v1.3.1
|
|
|
|
github.com/google/uuid v1.1.1
|
2019-05-06 00:56:27 +00:00
|
|
|
github.com/mediocregopher/radix/v3 v3.2.3
|
2019-05-22 15:22:40 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-05-28 01:16:50 +00:00
|
|
|
github.com/pquerna/otp v1.1.0
|
2019-06-01 20:32:11 +00:00
|
|
|
github.com/spf13/cobra v0.0.4
|
|
|
|
github.com/spf13/viper v1.4.0
|
2019-06-02 02:42:46 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
|
2019-06-01 20:32:11 +00:00
|
|
|
google.golang.org/grpc v1.21.0
|
|
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.5
|
2019-04-15 03:56:55 +00:00
|
|
|
)
|