forked from argoproj/argo-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
137 lines (105 loc) · 2.71 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
required = [
"k8s.io/code-generator/cmd/client-gen",
"k8s.io/kube-openapi/cmd/openapi-gen",
"k8s.io/gengo/examples/deepcopy-gen",
"github.com/golang/protobuf/protoc-gen-go",
"github.com/gogo/protobuf/protoc-gen-gofast",
"github.com/gogo/protobuf/protoc-gen-gogofast",
"gopkg.in/src-d/go-git.v4"
]
[[override]]
name = "k8s.io/kube-openapi"
branch = "master"
[[override]]
name = "k8s.io/code-generator"
branch = "release-1.15"
[[constraint]]
name = "github.com/sirupsen/logrus"
branch = "master"
[[constraint]]
name = "github.com/nats-io/go-nats-streaming"
branch = "master"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
branch = "master"
[[constraint]]
name = "github.com/nlopes/slack"
branch = "master"
[[constraint]]
name = "cloud.google.com/go"
branch = "master"
[[constraint]]
name = "github.com/smartystreets/goconvey"
version = "1.6.3"
[[constraint]]
name = "google.golang.org/grpc"
version = "v1.24.0"
[[constraint]]
name = "github.com/golang/protobuf"
branch = "master"
[[constraint]]
name = "github.com/eclipse/paho.mqtt.golang"
version = "1.1.1"
[[constraint]]
name = "github.com/ghodss/yaml"
branch = "master"
[[constraint]]
name = "github.com/minio/minio-go"
version = "6.0.0"
[[constraint]]
name = "github.com/nats-io/go-nats"
version = "1.5.0"
[[constraint]]
name = "github.com/robfig/cron"
version = "1.0.0"
[[constraint]]
name = "github.com/streadway/amqp"
branch = "master"
[[constraint]]
name = "github.com/argoproj/argo"
version = "v2.4.2"
[[constraint]]
name = "github.com/Shopify/sarama"
version = "v1.23.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
name = "github.com/fsnotify/fsnotify"
branch = "master"
[[constraint]]
name = "github.com/Knetic/govaluate"
branch = "master"
[[constraint]]
name = "github.com/colinmarc/hdfs"
revision = "48eb8d6c34a97ffc73b406356f0f2e1c569b42a5"
[[constraint]]
name = "gopkg.in/jcmturner/gokrb5.v5"
version = "5.3.0"
[[override]]
branch = "release-1.15"
name = "k8s.io/api"
[[override]]
branch = "release-1.15"
name = "k8s.io/apimachinery"
[[override]]
branch = "release-12.0"
name = "k8s.io/client-go"
[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "k8s.io/code-generator"
unused-packages = false
[[prune.project]]
name = "k8s.io/gengo"
unused-packages = false
[[constraint]]
name = "github.com/google/go-github"
revision = "50be09d24ee31a2b0868265e76c24b9545a6eb7a"
[[constraint]]
name = "k8s.io/gengo"
revision = "b90029ef6cd877cb3f422d75b3a07707e3aac6b7"
[[constraint]]
name = "github.com/gobwas/glob"
revision = "e7a84e9525fe90abcda167b604e483cc959ad4aa"