Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 9522af4

Browse files
authored
Merge pull request #171 from rebuy-de/abort-argo-apps
CLOUD-2093 Abort if Argo app is found
2 parents a66613e + 5647169 commit 9522af4

File tree

3 files changed

+146
-0
lines changed

3 files changed

+146
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ module github.com/rebuy-de/kubernetes-deployment
33
go 1.13
44

55
require (
6+
github.com/argoproj/argo-cd v1.2.5
7+
github.com/argoproj/pkg v0.0.0-20191031223000-02a6aac40ac4 // indirect
68
github.com/aws/aws-sdk-go v1.25.0
79
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
10+
github.com/casbin/casbin v1.9.1 // indirect
11+
github.com/emicklei/go-restful v2.11.1+incompatible // indirect
812
github.com/fatih/structs v1.1.0
913
github.com/ghodss/yaml v1.0.0
14+
github.com/go-openapi/spec v0.19.4 // indirect
15+
github.com/gobuffalo/packr v1.30.1 // indirect
1016
github.com/google/go-github/v28 v28.1.1
1117
github.com/google/go-jsonnet v0.14.0
1218
github.com/gorilla/mux v1.7.3
1319
github.com/imdario/mergo v0.3.7
20+
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
1421
github.com/mitchellh/go-homedir v1.1.0
1522
github.com/pkg/errors v0.8.1
1623
github.com/rebuy-de/rebuy-go-sdk v1.6.0
@@ -20,6 +27,7 @@ require (
2027
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
2128
gopkg.in/alexcesaro/statsd.v2 v2.0.0
2229
gopkg.in/gemnasium/logrus-graylog-hook.v2 v2.0.7
30+
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
2331
gopkg.in/yaml.v2 v2.2.2
2432
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
2533
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719

0 commit comments

Comments
 (0)