fixed totp and go mod
This commit is contained in:
parent
ec5a376733
commit
3a3140875e
297 changed files with 52714 additions and 15245 deletions
49
vendor/modules.txt
vendored
49
vendor/modules.txt
vendored
|
|
@ -2,14 +2,18 @@
|
|||
git.giftfish.de/ston1th/godrop/v2
|
||||
# git.giftfish.de/ston1th/jwt/v3 v3.2.0
|
||||
git.giftfish.de/ston1th/jwt/v3
|
||||
# github.com/RoaringBitmap/roaring v0.4.16
|
||||
# github.com/RoaringBitmap/roaring v0.4.17
|
||||
github.com/RoaringBitmap/roaring
|
||||
# github.com/Smerity/govarint v0.0.0-20150407073650-7265e41f48f1
|
||||
github.com/Smerity/govarint
|
||||
# github.com/blevesearch/bleve v0.7.0
|
||||
github.com/blevesearch/bleve
|
||||
github.com/blevesearch/bleve/analysis/analyzer/custom
|
||||
github.com/blevesearch/bleve/analysis/token/edgengram
|
||||
github.com/blevesearch/bleve/analysis/token/lowercase
|
||||
github.com/blevesearch/bleve/analysis/tokenizer/unicode
|
||||
github.com/blevesearch/bleve/mapping
|
||||
github.com/blevesearch/bleve/analysis
|
||||
github.com/blevesearch/bleve/analysis/char/html
|
||||
github.com/blevesearch/bleve/analysis/datetime/optional
|
||||
github.com/blevesearch/bleve/document
|
||||
github.com/blevesearch/bleve/index
|
||||
|
|
@ -18,7 +22,6 @@ github.com/blevesearch/bleve/index/store
|
|||
github.com/blevesearch/bleve/index/store/boltdb
|
||||
github.com/blevesearch/bleve/index/store/gtreap
|
||||
github.com/blevesearch/bleve/index/upsidedown
|
||||
github.com/blevesearch/bleve/mapping
|
||||
github.com/blevesearch/bleve/registry
|
||||
github.com/blevesearch/bleve/search
|
||||
github.com/blevesearch/bleve/search/collector
|
||||
|
|
@ -26,26 +29,23 @@ github.com/blevesearch/bleve/search/facet
|
|||
github.com/blevesearch/bleve/search/highlight
|
||||
github.com/blevesearch/bleve/search/highlight/highlighter/html
|
||||
github.com/blevesearch/bleve/search/query
|
||||
github.com/blevesearch/bleve/analysis/char/regexp
|
||||
github.com/blevesearch/bleve/analysis/datetime/flexible
|
||||
github.com/blevesearch/bleve/analysis/analyzer/standard
|
||||
github.com/blevesearch/bleve/geo
|
||||
github.com/blevesearch/bleve/analysis/datetime/flexible
|
||||
github.com/blevesearch/bleve/numeric
|
||||
github.com/blevesearch/bleve/index/scorch/mergeplan
|
||||
github.com/blevesearch/bleve/index/scorch/segment
|
||||
github.com/blevesearch/bleve/index/scorch/segment/mem
|
||||
github.com/blevesearch/bleve/index/scorch/segment/zap
|
||||
github.com/blevesearch/bleve/analysis/analyzer/standard
|
||||
github.com/blevesearch/bleve/search/highlight/format/html
|
||||
github.com/blevesearch/bleve/search/highlight/fragmenter/simple
|
||||
github.com/blevesearch/bleve/search/highlight/highlighter/simple
|
||||
github.com/blevesearch/bleve/search/searcher
|
||||
github.com/blevesearch/bleve/analysis/lang/en
|
||||
github.com/blevesearch/bleve/analysis/token/lowercase
|
||||
github.com/blevesearch/bleve/analysis/tokenizer/unicode
|
||||
github.com/blevesearch/bleve/search/scorer
|
||||
github.com/blevesearch/bleve/analysis/token/porter
|
||||
github.com/blevesearch/bleve/analysis/token/stop
|
||||
# github.com/blevesearch/go-porterstemmer v0.0.0-20141230013033-23a2c8e5cf1f
|
||||
# github.com/blevesearch/go-porterstemmer v1.0.2
|
||||
github.com/blevesearch/go-porterstemmer
|
||||
# github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f
|
||||
github.com/blevesearch/segment
|
||||
|
|
@ -55,44 +55,41 @@ github.com/boltdb/bolt
|
|||
github.com/boombuler/barcode
|
||||
github.com/boombuler/barcode/qr
|
||||
github.com/boombuler/barcode/utils
|
||||
# github.com/couchbase/vellum v0.0.0-20180910213445-01d5c56e6095
|
||||
# github.com/couchbase/vellum v0.0.0-20190328134517-462e86d8716b
|
||||
github.com/couchbase/vellum
|
||||
github.com/couchbase/vellum/regexp
|
||||
github.com/couchbase/vellum/utf8
|
||||
# github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712
|
||||
# github.com/edsrzf/mmap-go v1.0.0
|
||||
github.com/edsrzf/mmap-go
|
||||
# github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd
|
||||
# github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2
|
||||
github.com/glycerine/go-unsnap-stream
|
||||
# github.com/golang/protobuf v1.2.0
|
||||
# github.com/golang/protobuf v1.3.1
|
||||
github.com/golang/protobuf/proto
|
||||
# github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
|
||||
# github.com/golang/snappy v0.0.1
|
||||
github.com/golang/snappy
|
||||
# github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
|
||||
github.com/gorilla/context
|
||||
# github.com/gorilla/mux v1.6.2
|
||||
# github.com/gorilla/mux v1.7.1
|
||||
github.com/gorilla/mux
|
||||
# github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae
|
||||
github.com/mschoch/smat
|
||||
# github.com/philhofer/fwd v1.0.0
|
||||
github.com/philhofer/fwd
|
||||
# github.com/pquerna/otp v1.0.1-0.20180621002613-b34af480c0a4
|
||||
# github.com/pquerna/otp v1.1.0
|
||||
github.com/pquerna/otp
|
||||
github.com/pquerna/otp/totp
|
||||
github.com/pquerna/otp/hotp
|
||||
# github.com/russross/blackfriday v1.5.2
|
||||
github.com/russross/blackfriday
|
||||
# github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2
|
||||
github.com/steveyen/gtreap
|
||||
# github.com/tinylib/msgp v1.0.2
|
||||
# github.com/tinylib/msgp v1.1.0
|
||||
github.com/tinylib/msgp/msgp
|
||||
# github.com/urfave/cli v1.19.1
|
||||
# github.com/urfave/cli v1.20.0
|
||||
github.com/urfave/cli
|
||||
# github.com/willf/bitset v1.1.9
|
||||
# github.com/willf/bitset v1.1.10
|
||||
github.com/willf/bitset
|
||||
# golang.org/x/crypto v0.0.0-20161031180806-9477e0b78b9a
|
||||
# golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
||||
golang.org/x/crypto/bcrypt
|
||||
golang.org/x/crypto/blowfish
|
||||
# golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
|
||||
# golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
||||
golang.org/x/net/context
|
||||
# golang.org/x/sys v0.0.0-20181026144532-2772b66316d2
|
||||
# golang.org/x/sys v0.0.0-20190412213103-97732733099d
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue