forked from Azure/azure-storage-azcopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
39 lines (30 loc) · 737 Bytes
/
Gopkg.toml
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
[[constraint]]
name = "github.com/Azure/azure-pipeline-go"
version = "0.1.7"
[[constraint]]
version = "0.3.0"
name = "github.com/Azure/azure-storage-blob-go"
[[constraint]]
name = "github.com/Azure/azure-storage-file-go"
branch = "dev"
[[constraint]]
name = "github.com/Azure/go-autorest"
version = "10.13.0"
[[constraint]]
branch = "master"
name = "github.com/JeffreyRichter/enum"
[[constraint]]
name = "github.com/jiacfan/keychain"
version = "0.2.0"
[[constraint]]
name = "github.com/jiacfan/keyctl"
version = "0.1.0"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[constraint]]
branch = "v1"
name = "gopkg.in/check.v1"
[prune]
go-tests = true
unused-packages = true