-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (18 loc) · 779 Bytes
/
go.mod
File metadata and controls
19 lines (18 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/Azure/blobporter
require (
github.com/Azure/azure-pipeline-go v0.1.8
github.com/Azure/azure-storage-blob-go v0.0.0-20190123011202-457680cc0804
github.com/davecgh/go-spew v1.1.0
github.com/dustin/go-humanize v0.0.0-20180421182945-02af3965c54e
github.com/go-ini/ini v1.37.0
github.com/minio/minio-go v0.0.0-20180307105924-9e124ec59547
github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9
github.com/pmezard/go-difflib v1.0.0
github.com/sirupsen/logrus v1.0.5
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
golang.org/x/net v0.0.0-20180124060956-0ed95abb35c4
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
golang.org/x/sys v0.0.0-20180709060233-1b2967e3c290
golang.org/x/text v0.3.0
)