53 lines
2.4 KiB
Modula-2
53 lines
2.4 KiB
Modula-2
module github.com/khlieng/dispatch
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/RoaringBitmap/roaring v0.4.23 // indirect
|
|
github.com/blevesearch/bleve v1.0.8
|
|
github.com/caddyserver/certmagic v0.10.13
|
|
github.com/cenkalti/backoff/v4 v4.0.2 // indirect
|
|
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
|
|
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
|
|
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
|
|
github.com/dsnet/compress v0.0.1
|
|
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.9
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jmhodges/levigo v1.0.0 // indirect
|
|
github.com/jpillora/backoff v1.0.0
|
|
github.com/kjk/betterguid v0.0.0-20170621091430-c442874ba63a
|
|
github.com/klauspost/cpuid v1.2.4
|
|
github.com/mailru/easyjson v0.7.2-0.20200424172602-f0a000e7a8e0
|
|
github.com/miekg/dns v1.1.29 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/mapstructure v1.3.1 // indirect
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7 // indirect
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/tdewolff/minify/v2 v2.7.4
|
|
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
|
github.com/xdg-go/scram v0.0.0-20180814205039-7eeb5667e42c
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
|
|
github.com/xdg/stringprep v1.0.0 // indirect
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed // indirect
|
|
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
|
gopkg.in/ini.v1 v1.56.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
)
|