60 lines
3.4 KiB
Modula-2
60 lines
3.4 KiB
Modula-2
module github.com/khlieng/dispatch
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/RoaringBitmap/roaring v0.4.16 // indirect
|
|
github.com/blevesearch/bleve v0.0.0-20180525174403-1d6d47ed3ad9
|
|
github.com/blevesearch/blevex v0.0.0-20180227211930-4b158bb555a3 // indirect
|
|
github.com/blevesearch/go-porterstemmer v0.0.0-20141230013033-23a2c8e5cf1f // indirect
|
|
github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect
|
|
github.com/boltdb/bolt v0.0.0-20180302180052-fd01fc79c553
|
|
github.com/couchbase/vellum v0.0.0-20180910213445-01d5c56e6095 // indirect
|
|
github.com/cznic/b v0.0.0-20180115125044-35e9bbe41f07 // indirect
|
|
github.com/cznic/mathutil v0.0.0-20181021201202-eba54fb065b7 // indirect
|
|
github.com/cznic/strutil v0.0.0-20171016134553-529a34b1c186 // indirect
|
|
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76
|
|
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
|
|
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
|
|
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jmhodges/levigo v0.0.0-20161115193449-c42d9e0ca023 // indirect
|
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
|
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
|
github.com/kjk/betterguid v0.0.0-20170621091430-c442874ba63a
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
|
|
github.com/miekg/dns v1.0.15 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
|
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
|
|
github.com/onsi/gomega v1.4.2 // indirect
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 // indirect
|
|
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/spf13/viper v1.2.1
|
|
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/syndtr/goleveldb v0.0.0-20181105012736-f9080354173f // indirect
|
|
github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
|
|
github.com/tinylib/msgp v0.0.0-20180215042507-3b5c87ab5fb0 // indirect
|
|
github.com/willf/bitset v1.1.9 // indirect
|
|
github.com/xenolf/lego v1.2.1
|
|
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 // indirect
|
|
golang.org/x/net v0.0.0-20181113165502-88d92db4c548
|
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
|
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.1.9 // indirect
|
|
)
|