-
Notifications
You must be signed in to change notification settings - Fork 21
/
go.mod
27 lines (25 loc) · 1.06 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
module github.com/mason-leap-lab/infinicache
go 1.12
require (
github.com/ScottMansfield/nanolog v0.2.0
github.com/aws/aws-lambda-go v1.13.3
github.com/aws/aws-sdk-go v1.28.10
github.com/bsm/redeo v2.2.0+incompatible // indirect
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/cespare/xxhash v1.1.0
github.com/cornelk/hashmap v1.0.1
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
github.com/google/uuid v1.1.1
github.com/klauspost/cpuid v1.2.3 // indirect
github.com/klauspost/reedsolomon v1.9.3
github.com/kr/pretty v0.2.0 // indirect
github.com/mason-leap-lab/redeo v1.0.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/seiflotfy/cuckoofilter v0.0.0-20200106165036-28deee3eabd7
golang.org/x/net v0.0.0-20181129055619-fae4c4e3ad76 // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)