forked from getlantern/zenodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
58 lines (56 loc) · 2.93 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
module github.com/getlantern/zenodb
go 1.12
require (
github.com/Workiva/go-datastructures v1.0.50 // indirect
github.com/aristanetworks/goarista v0.0.0-20190502180301-283422fc1708 // indirect
github.com/boltdb/bolt v1.3.1
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/cloudfoundry/gosigar v1.1.0
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/davecgh/go-spew v1.1.0
github.com/dustin/go-humanize v1.0.0
github.com/getlantern/appdir v0.0.0-20180320102544-7c0f9d241ea7
github.com/getlantern/bytemap v0.0.0-20180417025909-c7bf952233bc
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/elevate v0.0.0-20180207094634-c2e2e4901072 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7
github.com/getlantern/goexpr v0.0.0-20190520033353-9211b4541306
github.com/getlantern/golog v0.0.0-20170508214112-cca714f7feb5
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/keyman v0.0.0-20180207174507-f55e7280e93a // indirect
github.com/getlantern/msgpack v3.1.4+incompatible
github.com/getlantern/mtime v0.0.0-20170117193331-ba114e4a82b0
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/getlantern/sqlparser v0.0.0-20171012210704-a879d8035f3c
github.com/getlantern/tlsdefaults v0.0.0-20171004213447-cf35cfd0b1b4
github.com/getlantern/tlsredis v0.0.0-20180308045249-5d4ed6dd3836
github.com/getlantern/uuid v1.2.0
github.com/getlantern/vtime v0.0.0-20160810174823-dc1e573cf991
github.com/getlantern/wal v0.0.0-20180604193457-e99945fbd2d2
github.com/getlantern/withtimeout v0.0.0-20160829163843-511f017cd913
github.com/getlantern/yaml v0.0.0-20140912054538-97d86b60f57e
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1
github.com/gorilla/mux v1.7.1
github.com/gorilla/securecookie v1.1.1
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/oschwald/geoip2-golang v1.2.1 // indirect
github.com/oschwald/maxminddb-golang v1.3.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc
github.com/oxtoacart/emsort v0.0.0-20160911032127-e467347e3354
github.com/retailnext/hllpp v1.0.0
github.com/rickar/props v0.0.0-20170718221555-0b06aeb2f037
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.3.0
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 // indirect
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
google.golang.org/grpc v1.20.1
gopkg.in/redis.v5 v5.2.9
)