dispatch/go.mod

55 lines
2.5 KiB
Modula-2
Raw Permalink Normal View History

2018-08-31 01:07:13 +00:00
module github.com/khlieng/dispatch
2020-04-19 23:38:06 +00:00
go 1.14
2018-08-31 01:07:13 +00:00
require (
2020-04-22 23:06:36 +00:00
github.com/RoaringBitmap/roaring v0.4.23 // indirect
2020-06-15 09:05:32 +00:00
github.com/blevesearch/bleve v1.0.9
github.com/caddyserver/certmagic v0.11.2
2020-04-29 02:23:32 +00:00
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
2019-06-09 00:01:48 +00:00
github.com/dsnet/compress v0.0.1
2020-12-07 06:49:03 +00:00
github.com/eyedeekay/goSam v0.32.30
2018-08-31 01:57:19 +00:00
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
2020-04-29 02:23:32 +00:00
github.com/fsnotify/fsnotify v1.4.9
2020-04-22 23:06:36 +00:00
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
2020-05-24 05:21:47 +00:00
github.com/golang/protobuf v1.4.2 // indirect
2020-04-29 02:23:32 +00:00
github.com/gorilla/websocket v1.4.2
2019-06-09 00:01:48 +00:00
github.com/jmhodges/levigo v1.0.0 // indirect
2020-04-29 02:23:32 +00:00
github.com/jpillora/backoff v1.0.0
2018-08-31 01:57:19 +00:00
github.com/kjk/betterguid v0.0.0-20170621091430-c442874ba63a
2020-06-15 09:05:32 +00:00
github.com/klauspost/cpuid v1.3.0
2020-05-03 07:05:16 +00:00
github.com/mailru/easyjson v0.7.2-0.20200424172602-f0a000e7a8e0
2020-04-29 02:23:32 +00:00
github.com/miekg/dns v1.1.29 // indirect
2019-01-30 02:51:13 +00:00
github.com/mitchellh/go-homedir v1.1.0
2020-06-15 09:05:32 +00:00
github.com/mitchellh/mapstructure v1.3.2 // indirect
2019-06-09 00:01:48 +00:00
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
2020-05-24 05:21:47 +00:00
github.com/pelletier/go-toml v1.8.0 // indirect
2019-06-09 00:01:48 +00:00
github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7 // indirect
github.com/spf13/afero v1.2.2 // indirect
2020-04-29 02:23:32 +00:00
github.com/spf13/cast v1.3.1 // indirect
2020-04-22 23:06:36 +00:00
github.com/spf13/cobra v1.0.0
2019-06-09 00:01:48 +00:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
2020-04-22 23:06:36 +00:00
github.com/spf13/pflag v1.0.5 // indirect
2020-05-24 05:21:47 +00:00
github.com/spf13/viper v1.7.0
2020-04-29 02:23:32 +00:00
github.com/stretchr/testify v1.5.1
2020-06-15 09:05:32 +00:00
github.com/tdewolff/minify/v2 v2.7.6
2020-04-22 23:06:36 +00:00
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
github.com/tinylib/msgp v1.1.2 // indirect
2020-06-04 00:28:41 +00:00
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
2020-04-22 23:06:36 +00:00
go.etcd.io/bbolt v1.3.4
2020-06-15 09:05:32 +00:00
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
2020-05-08 00:10:22 +00:00
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
2018-08-31 01:07:13 +00:00
)