-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.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
)