This repository has been archived by the owner on Nov 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Gopkg.toml
62 lines (50 loc) · 1.42 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
61
62
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
[[constraint]]
name = "github.com/atotto/clipboard"
revision = "bb272b845f1112e10117e3e45ce39f690c0001ad"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "v1.10.22"
[[constraint]]
name = "github.com/leonklingele/randomstring"
version = "1.0.0"
[[constraint]]
name = "github.com/mitchellh/go-homedir"
revision = "b8bc1bf767474819792c23f32d8286a45736f1c6"
[[constraint]]
name = "github.com/pkg/term"
revision = "b1f72af2d63057363398bec5873d16a98b453312"
[[constraint]]
name = "github.com/spf13/cobra"
revision = "b26b538f693051ac6518e65672de3144ce3fbedc"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
[[constraint]]
name = "golang.leonklingele.de/securetemp"
version = "1.0.0"
[[constraint]]
name = "golang.org/x/crypto"
revision = "b176d7def5d71bdd214203491f89843ed217f420"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.2"