forked from gtfierro/hoddb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.48 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
module github.com/gtfierro/hoddb
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/RoaringBitmap/roaring v0.4.17
github.com/aws/aws-lambda-go v1.11.1
github.com/aws/aws-sdk-go v1.21.1
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/dgraph-io/badger/v2 v2.0.0
github.com/golang/protobuf v1.3.2
github.com/google/gopacket v1.1.17
github.com/grpc-ecosystem/grpc-gateway v1.11.2
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/olekukonko/tablewriter v0.0.1
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/perlin-network/noise v1.1.1-0.20190305094204-f9c1f15b7d8d
github.com/pkg/errors v0.8.1
github.com/pkg/profile v1.3.0
github.com/rs/cors v1.6.0
github.com/sirupsen/logrus v1.4.2
github.com/spaolacci/murmur3 v1.1.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
github.com/zhangxinngang/murmur v0.0.0-20140309145047-4e88ee1a5950
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190916214212-f660b8655731
google.golang.org/grpc v1.22.0
)