This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
/
Gopkg.toml
112 lines (91 loc) · 2.36 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# 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"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/CiscoUcs/UCS-Terraform"
revision = "12b922231cb6f832d44dea68df8887b47b828c6f"
[[constraint]]
name = "github.com/Masterminds/sprig"
version = "=2.10.0"
[[constraint]]
name = "github.com/coreos/etcd"
version = "=3.1.3"
[[constraint]]
name = "github.com/deckarep/golang-set"
version = "=1.6.0"
[[constraint]]
name = "github.com/go-ini/ini"
version = "=1.21.1"
[[constraint]]
name = "github.com/google/go-querystring"
revision = "53e6ce116135b80d037921a7fdd5138cf32d7a8a"
# See hpcloud/tail#138
[[constraint]]
name = "github.com/hpcloud/tail"
source = "github.com/vsco/tail"
revision = "000912af8de2d2b9d184786b4cf4c3542b7884e5"
[[constraint]]
name = "github.com/onsi/ginkgo"
version = "=1.4.0"
[[constraint]]
name = "github.com/onsi/gomega"
version = "=1.2.0"
[[constraint]]
name = "github.com/ryanuber/go-glob"
revision = "256dc444b735e061061cf46c809487313d5b0065"
[[constraint]]
name = "github.com/satori/go.uuid"
version = "=1.1.0"
[[constraint]]
name = "gopkg.in/inconshreveable/log15.v2"
version = "=2.11.0"
[[constraint]]
name = "gopkg.in/tylerb/graceful.v1"
version = "=1.2.15"
[[constraint]]
name = "k8s.io/client-go"
version = "=4.0.0"
[[constraint]]
name = "k8s.io/kubernetes"
version = "=1.7.5"
[[override]]
name = "k8s.io/apimachinery"
branch = "release-1.7"
[[constraint]]
name = "golang.org/x/crypto"
revision = "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "=1.8.20"
[[constraint]]
name = "cloud.google.com/go"
revision = "3c8d9080f03b236321fa5054747cd310cba50edd"
[[override]]
name = "google.golang.org/grpc"
version = "=1.2.1"