-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
40 lines (36 loc) · 1.76 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
39
40
module github.com/pilosa/tools
go 1.12
require (
cloud.google.com/go v0.43.0 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/go-kit/kit v0.9.0 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/gorilla/handlers v1.4.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.4 // indirect
github.com/jaffee/commandeer v0.1.0
github.com/kr/pty v1.1.8 // indirect
github.com/miekg/dns v1.1.15 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/pilosa/go-pilosa v1.3.1-0.20190715210601-8606626b90d6
github.com/pilosa/pilosa v1.3.1
github.com/pkg/errors v0.8.1
github.com/prometheus/procfs v0.0.3 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/exp v0.0.0-20190718202018-cfdd5522f6f6 // indirect
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9 // indirect
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386 // indirect
google.golang.org/grpc v1.22.0 // indirect
)
replace github.com/pilosa/pilosa => github.com/pilosa/pilosa v1.2.1-0.20190715194839-bd00f1bfe2b2
replace github.com/pilosa/go-pilosa => github.com/pilosa/go-pilosa v1.3.1-0.20190715210601-8606626b90d6