This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
38 lines (37 loc) · 1.77 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/pilosa/pdk
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Shopify/sarama v1.19.0
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/aws/aws-sdk-go v1.15.88
github.com/boltdb/bolt v1.3.1
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/eapache/go-resiliency v1.1.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/elodina/go-avro v0.0.0-20160406082632-0c8185d9a3ba
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jaffee/commandeer v0.1.0
github.com/linkedin/goavro v0.0.0-20181018120728-1beee2a74088
github.com/miekg/dns v1.1.1 // indirect
github.com/mmcloughlin/geohash v0.0.0-20181009053802-f7f2bcae3294
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pierrec/lz4 v0.0.0-20181005164709-635575b42742 // indirect
github.com/pilosa/go-pilosa v1.3.1-0.20190612142550-e616c1393660
github.com/pilosa/pilosa v1.2.1-0.20190410162749-b973f8c96356
github.com/pkg/errors v0.8.1
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.3.0 // indirect
github.com/syndtr/goleveldb v0.0.0-20181128100959-b001fa50d6b2
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc // indirect
gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect
)