forked from minio/minio
-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
39 lines (37 loc) · 1.54 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/RTradeLtd/s3x
go 1.15
require (
github.com/RTradeLtd/TxPB/v3 v3.4.2
github.com/RTradeLtd/go-ds-badger/v2 v2.1.0
github.com/dgraph-io/badger/v2 v2.0.3 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/frankban/quicktest v1.11.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ds-crdt v0.1.17
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-merkledag v0.3.2
github.com/ipfs/go-unixfs v0.2.4
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/minio/cli v1.22.0
github.com/minio/minio v0.0.0-20201003023654-017954e7ea23
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/segmentio/ksuid v1.0.3
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966 // indirect
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20201002142447-3860012362da
google.golang.org/grpc v1.29.1
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)