-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
55 lines (53 loc) · 2.63 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
module github.com/getlantern/zenodb
go 1.12
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.0
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // 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/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/getlantern/appdir v0.0.0-20180320102544-7c0f9d241ea7
github.com/getlantern/bytemap v0.0.0-20210122162547-b07440a617f0
github.com/getlantern/errors v1.0.1
github.com/getlantern/goexpr v0.0.0-20211215215226-4cdd4fd2847b
github.com/getlantern/golog v0.0.0-20210606115803-bce9f9fe5a5f
github.com/getlantern/grtrack v0.0.0-20160824195228-cbf67d3fa0fd
github.com/getlantern/msgpack v3.1.4+incompatible
github.com/getlantern/mtime v0.0.0-20170117193331-ba114e4a82b0
github.com/getlantern/redis-utils v0.0.0-20210823133122-d4f0e525e095
github.com/getlantern/sqlparser v0.0.0-20171012210704-a879d8035f3c
github.com/getlantern/tlsdefaults v0.0.0-20171004213447-cf35cfd0b1b4
github.com/getlantern/uuid v1.2.0
github.com/getlantern/vtime v0.0.0-20160810174823-dc1e573cf991
github.com/getlantern/waitforserver v1.0.1
github.com/getlantern/wal v0.0.0-20220217194315-e4eac848dbd1
github.com/getlantern/withtimeout v0.0.0-20160829163843-511f017cd913
github.com/getlantern/yaml v0.0.0-20190801163808-0c9bb1ebf426
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-redis/redis/v8 v8.11.3
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/snappy v0.0.3
github.com/gorilla/mux v1.7.1
github.com/gorilla/securecookie v1.1.1
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/oxtoacart/emsort v0.0.0-20160911032127-e467347e3354
github.com/pkg/errors v0.8.1 // indirect
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/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.7.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-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b
google.golang.org/grpc v1.22.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)