forked from digitalocean/doctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
60 lines (42 loc) · 1.07 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[[constraint]]
name = "github.com/blang/semver"
version = "3.1.0"
[[constraint]]
name = "github.com/digitalocean/godo"
revision = "54622b1d85b2f0f4949cbd7e0637e04fc1f56ad9"
[[constraint]]
name = "github.com/dustin/go-humanize"
[[constraint]]
name = "github.com/fatih/color"
[[constraint]]
name = "github.com/gobwas/glob"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/ioprogress"
[[constraint]]
name = "github.com/natefinch/pie"
[[constraint]]
name = "github.com/pborman/uuid"
[[constraint]]
branch = "master"
name = "github.com/shiena/ansicolor"
[[constraint]]
name = "github.com/spf13/afero"
[[constraint]]
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/jwalterweatherman"
[[constraint]]
name = "github.com/spf13/viper"
[[constraint]]
name = "github.com/stretchr/testify"
[[constraint]]
name = "github.com/davecgh/go-spew"
version = "v1.1.0"
[[constraint]]
name = "golang.org/x/crypto"
[[constraint]]
name = "golang.org/x/oauth2"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"