mirror of
https://github.com/Luzifer/vault-otp-ui.git
synced 2024-11-08 16:20:06 +00:00
937100ffe7
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190909091759-094676da4a83 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
1 KiB
Modula-2
26 lines
1 KiB
Modula-2
module github.com/Luzifer/vault-otp-ui
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/frankban/quicktest v1.4.2 // indirect
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/hashicorp/go-retryablehttp v0.6.2 // indirect
|
|
github.com/hashicorp/vault/api v1.0.5-0.20190814205542-3b036e58e950
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/onsi/ginkgo v1.10.1 // indirect
|
|
github.com/onsi/gomega v1.7.0 // indirect
|
|
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
|
|
github.com/pquerna/otp v1.2.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.4 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20190827175613-1a84e0480e5b
|
|
)
|