-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c128021
commit 2a0e214
Showing
1 changed file
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,55 @@ | ||
module github.com/huangshaokun/funnel | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.0 // indirect | ||
github.com/Shopify/sarama v1.17.0 | ||
github.com/Shopify/toxiproxy v2.1.3+incompatible // indirect | ||
github.com/aws/aws-sdk-go v1.16.23 | ||
github.com/aws/aws-sdk-go v1.14.31 | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/eapache/go-resiliency v1.1.0 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20180703130627-040cc1a32f57 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/fortytw2/leaktest v1.2.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/go-ini/ini v1.25.4 // indirect | ||
github.com/influxdata/influxdb v1.7.3 | ||
github.com/influxdata/platform v0.0.0-20190117200541-d500d3cf5589 // indirect | ||
github.com/golang/protobuf v1.1.0 // indirect | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f // indirect | ||
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/influxdata/influxdb v1.6.0 | ||
github.com/jtolds/gls v4.2.1+incompatible // indirect | ||
github.com/magiconair/properties v1.8.0 // indirect | ||
github.com/mailru/easyjson v0.0.0-20180723221831-d5012789d665 // indirect | ||
github.com/nats-io/go-nats v1.7.0 | ||
github.com/nats-io/nkeys v0.0.2 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699 // indirect | ||
github.com/nats-io/gnatsd v1.2.0 // indirect | ||
github.com/nats-io/go-nats v1.5.0 | ||
github.com/nats-io/nuid v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.6.0 // indirect | ||
github.com/onsi/gomega v1.4.1 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/pierrec/lz4 v2.0.3+incompatible // indirect | ||
github.com/pkg/errors v0.8.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 // indirect | ||
github.com/smartystreets/assertions v0.0.0-20180607162144-eb5b59917fa2 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect | ||
github.com/smartystreets/gunit v0.0.0-20180314194857-6f0d6275bdcd // indirect | ||
github.com/spf13/viper v1.2.1 | ||
github.com/spf13/afero v1.1.1 // indirect | ||
github.com/spf13/cast v1.2.0 // indirect | ||
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect | ||
github.com/spf13/pflag v1.0.1 // indirect | ||
github.com/spf13/viper v1.0.2 | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect | ||
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 | ||
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb // indirect | ||
golang.org/x/net v0.0.0-20180719180050-a680a1efc54d | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20180715085529-ac767d655b30 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/olivere/elastic.v5 v5.0.70 | ||
gopkg.in/redis.v5 v5.2.9 | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 // indirect | ||
vbom.ml/util v0.0.0-20170409195630-256737ac55c4 | ||
) |