50 lines
2.3 KiB
Modula-2
50 lines
2.3 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.7
|
|
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.7
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
|
|
github.com/go-acme/lego v2.6.0+incompatible // indirect
|
|
github.com/golang/protobuf v1.4.0 // indirect
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/jmhodges/levigo v1.0.0 // indirect
|
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
|
|
github.com/kjk/betterguid v0.0.0-20170621091430-c442874ba63a
|
|
github.com/klauspost/cpuid v1.2.1
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983
|
|
github.com/mholt/certmagic v0.5.1
|
|
github.com/miekg/dns v1.1.13 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7 // indirect
|
|
github.com/spf13/afero v1.2.2 // 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.4.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tdewolff/minify/v2 v2.5.0
|
|
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
|
|
golang.org/x/net v0.0.0-20190607181551-461777fb6f67
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
|
|
)
|