forked from minio/warp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 851 Bytes
/
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
module github.com/minio/warp
go 1.13
require (
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cheggaaa/pb v1.0.28
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/klauspost/compress v1.9.1
github.com/mattn/go-isatty v0.0.7
github.com/minio/cli v1.22.0
github.com/minio/mc v0.0.0-20191012041914-735aa139b19c
github.com/minio/minio v0.0.0-20191112111625-d97d53bddc9d
github.com/minio/minio-go/v6 v6.0.39
github.com/minio/sha256-simd v0.1.1
github.com/pkg/profile v1.3.0
github.com/posener/complete v1.2.2-0.20190702141536-6ffe496ea953
github.com/secure-io/sio-go v0.3.0
github.com/segmentio/go-prompt v1.2.1-0.20161017233205-f0d19b6901ad
)
replace github.com/gorilla/rpc v1.2.0+incompatible => github.com/gorilla/rpc v1.2.0