49 lines
2.7 KiB
Modula-2
49 lines
2.7 KiB
Modula-2
|
module github.com/khlieng/dispatch
|
||
|
|
||
|
require (
|
||
|
github.com/RoaringBitmap/roaring v0.0.0-20180423145726-e4aafc3cbc16 // indirect
|
||
|
github.com/blevesearch/bleve v0.0.0-20180525174403-1d6d47ed3ad9
|
||
|
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-20180427141700-eb6ae3743b3f // indirect
|
||
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
||
|
github.com/dsnet/compress v0.0.0-20160704023633-b9aab3c6a04e
|
||
|
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
|
||
|
github.com/fsnotify/fsnotify v1.4.7
|
||
|
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
|
||
|
github.com/golang/protobuf v1.1.0 // indirect
|
||
|
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
|
||
|
github.com/gorilla/websocket v0.0.0-20180420171612-21ab95fa12b9
|
||
|
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
|
||
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||
|
github.com/jpillora/backoff v0.0.0-20170222002228-06c7a16c845d
|
||
|
github.com/kjk/betterguid v0.0.0-20150214055115-c70aca50d858
|
||
|
github.com/magiconair/properties v0.0.0-20180217134545-2c9e95027885 // indirect
|
||
|
github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57
|
||
|
github.com/miekg/dns v0.0.0-20180406150955-01d59357d468 // indirect
|
||
|
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
|
||
|
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
|
||
|
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
|
||
|
github.com/pelletier/go-toml v0.0.0-20180323185243-66540cf1fcd2 // indirect
|
||
|
github.com/philhofer/fwd v1.0.0 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/spf13/afero v1.1.0 // indirect
|
||
|
github.com/spf13/cast v1.2.0
|
||
|
github.com/spf13/cobra v0.0.3
|
||
|
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
|
||
|
github.com/spf13/pflag v1.0.1 // indirect
|
||
|
github.com/spf13/viper v0.0.0-20180404183325-8dc2790b029d
|
||
|
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
|
||
|
github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1
|
||
|
github.com/tinylib/msgp v0.0.0-20180215042507-3b5c87ab5fb0 // indirect
|
||
|
github.com/willf/bitset v1.1.9 // indirect
|
||
|
github.com/xenolf/lego v0.0.0-20180425151241-8e9c5ac3e6bf
|
||
|
golang.org/x/crypto v0.0.0-20180501155221-613d6eafa307 // indirect
|
||
|
golang.org/x/net v0.0.0-20180420171651-5f9ae10d9af5
|
||
|
golang.org/x/sys v0.0.0-20180501092740-78d5f264b493 // indirect
|
||
|
golang.org/x/text v0.0.0-20180410181320-7922cc490dd5 // indirect
|
||
|
gopkg.in/square/go-jose.v1 v1.1.0 // indirect
|
||
|
gopkg.in/yaml.v2 v2.2.1 // indirect
|
||
|
)
|