forked from NVIDIA/aistore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
58 lines (55 loc) · 2.31 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/NVIDIA/aistore
go 1.15
// NOTE: Remember to update `deploy/test/ci` image if the dependencies are updated.
require (
cloud.google.com/go/storage v1.12.0
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/azure-storage-blob-go v0.10.0
github.com/NVIDIA/go-tfdata v0.3.1
github.com/OneOfOne/xxhash v1.2.8
github.com/aws/aws-sdk-go v1.34.33
github.com/colinmarc/hdfs/v2 v2.2.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/fatih/color v1.10.0
github.com/frankban/quicktest v1.5.0 // indirect
github.com/go-logr/logr v0.2.1 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/jacobsa/daemonize v0.0.0-20160101105449-e460293e890f
github.com/jacobsa/fuse v0.0.0-20200706075950-f8927095af03
github.com/json-iterator/go v1.1.10
github.com/karrick/godirwalk v1.16.1
github.com/klauspost/compress v1.11.0 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/klauspost/reedsolomon v1.9.9
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lufia/iostat v1.1.0
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/philhofer/fwd v1.1.1 // indirect
github.com/pierrec/lz4/v3 v3.3.2
github.com/pkg/errors v0.9.1
github.com/seiflotfy/cuckoofilter v0.0.0-20200511222245-56093a4d3841
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/tidwall/buntdb v1.1.2
github.com/tidwall/gjson v1.6.1 // indirect
github.com/tinylib/msgp v1.1.3
github.com/urfave/cli v1.22.4
github.com/valyala/fasthttp v1.16.0
github.com/vbauerster/mpb/v4 v4.12.2
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd
golang.org/x/tools v0.0.0-20200928201943-a0ef9b62deab // indirect
google.golang.org/api v0.32.0
google.golang.org/genproto v0.0.0-20200925023002-c2d885f95484 // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
k8s.io/metrics v0.20.1
)