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 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from yuce/update-pilosa-dep
Updated deps
- Loading branch information
Showing
2 changed files
with
318 additions
and
3 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,9 +1,65 @@ | ||
module github.com/pilosa/go-pilosa | ||
|
||
require ( | ||
github.com/golang/protobuf v1.2.0 | ||
cloud.google.com/go v0.40.0 // indirect | ||
github.com/OneOfOne/xxhash v1.2.5 // indirect | ||
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/coreos/etcd v3.3.13+incompatible // indirect | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190618135430-ff7011eec365 // indirect | ||
github.com/golang/mock v1.3.1 // indirect | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/gorilla/handlers v1.4.0 // indirect | ||
github.com/gorilla/mux v1.7.2 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.9.2 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect | ||
github.com/hashicorp/go-msgpack v0.5.5 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.5.4 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.1 // indirect | ||
github.com/hashicorp/memberlist v0.1.4 // indirect | ||
github.com/kisielk/errcheck v1.2.0 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/kr/pty v1.1.5 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/mattn/go-colorable v0.1.2 // indirect | ||
github.com/miekg/dns v1.1.14 // indirect | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pilosa/pilosa v1.2.1-0.20190410162749-b973f8c96356 | ||
github.com/pelletier/go-toml v1.4.0 // indirect | ||
github.com/pilosa/pilosa v1.3.1 | ||
github.com/pkg/errors v0.8.1 | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 | ||
github.com/posener/complete v1.2.1 // indirect | ||
github.com/prometheus/common v0.6.0 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7 // indirect | ||
github.com/rogpeppe/fastuuid v1.1.0 // indirect | ||
github.com/russross/blackfriday v2.0.0+incompatible // indirect | ||
github.com/sirupsen/logrus v1.4.2 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cobra v0.0.5 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.4.0 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/uber/jaeger-client-go v2.16.0+incompatible // indirect | ||
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect | ||
github.com/ugorji/go v1.1.5-pre // indirect | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
go.opencensus.io v0.22.0 // indirect | ||
golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56 // indirect | ||
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 // indirect | ||
golang.org/x/image v0.0.0-20190618124811-92942e4437e2 // indirect | ||
golang.org/x/mobile v0.0.0-20190607214518-6fa95d984e88 // indirect | ||
golang.org/x/mod v0.1.0 // indirect | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
golang.org/x/sys v0.0.0-20190618155005-516e3c20635f // indirect | ||
golang.org/x/tools v0.0.0-20190618163018-fdf1049a943a // indirect | ||
google.golang.org/appengine v1.6.1 // indirect | ||
google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3 // indirect | ||
google.golang.org/grpc v1.21.1 // indirect | ||
honnef.co/go/tools v0.0.0-20190614002413-cb51c254f01b // indirect | ||
) |
Oops, something went wrong.