mirror of
https://github.com/Luzifer/vault-totp.git
synced 2024-12-23 06:11:19 +00:00
17 lines
560 B
Modula-2
17 lines
560 B
Modula-2
|
module github.com/Luzifer/vault-totp
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
||
|
github.com/hashicorp/vault/api v1.0.4
|
||
|
github.com/kless/term v0.0.0-20161130133337-e551c64f56c0 // indirect
|
||
|
github.com/mitchellh/go-homedir v1.1.0
|
||
|
github.com/pquerna/otp v1.3.0
|
||
|
github.com/sethgrid/curse v0.0.0-20181231162520-d4ee583ebf0f
|
||
|
github.com/spf13/pflag v1.0.5 // indirect
|
||
|
github.com/tredoe/term v0.0.0-20161130133337-e551c64f56c0 // indirect
|
||
|
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
|
||
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||
|
)
|