mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
53 lines
2.6 KiB
Modula-2
53 lines
2.6 KiB
Modula-2
module github.com/pilosa/pilosa
|
|
|
|
require (
|
|
github.com/CAFxX/gcnotifier v0.0.0-20170518020117-39b0596a2da3
|
|
github.com/DataDog/datadog-go v0.0.0-20180702141236-ef3a9daf849d
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
|
github.com/armon/go-metrics v0.0.0-20180713145231-3c58d8115a78 // indirect
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/cespare/xxhash v1.0.0
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
|
github.com/davecgh/go-spew v1.1.0
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
github.com/gogo/protobuf v1.1.1
|
|
github.com/golang/protobuf v1.1.0
|
|
github.com/google/go-cmp v0.2.0
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/handlers v1.3.0
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/hashicorp/errwrap v0.0.0-20180715044906-d6c0cd880357 // indirect
|
|
github.com/hashicorp/go-immutable-radix v0.0.0-20180129170900-7f3cd4390caa // indirect
|
|
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
|
|
github.com/hashicorp/go-multierror v0.0.0-20180717150148-3d5d8f294aa0 // indirect
|
|
github.com/hashicorp/go-sockaddr v0.0.0-20180320115054-6d291a969b86 // indirect
|
|
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 // indirect
|
|
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
|
|
github.com/hashicorp/memberlist v0.1.0
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/magiconair/properties v1.8.0 // indirect
|
|
github.com/miekg/dns v1.0.8 // indirect
|
|
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699 // indirect
|
|
github.com/opentracing/opentracing-go v1.0.2
|
|
github.com/pelletier/go-toml v1.2.0
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
|
github.com/shirou/gopsutil v0.0.0-20180801053943-8048a2e9c577
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
github.com/spf13/afero v1.1.1 // indirect
|
|
github.com/spf13/cast v1.2.0 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
|
|
github.com/spf13/pflag v1.0.1
|
|
github.com/spf13/viper v1.0.2
|
|
github.com/uber/jaeger-client-go v2.15.0+incompatible
|
|
github.com/uber/jaeger-lib v1.5.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb // indirect
|
|
golang.org/x/net v0.0.0-20180801183431-22bb95c5e783 // indirect
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
golang.org/x/sys v0.0.0-20180727230415-bd9dbc187b6e // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1 // indirect
|
|
)
|