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

Commit f8587af

Browse files
authored
Merge pull request #172 from rebuy-de/fix-argo-check
CLOUD-2093 Check Argo via web API instead of k8s
2 parents 9522af4 + 666a90a commit f8587af

File tree

3 files changed

+23
-108
lines changed

3 files changed

+23
-108
lines changed

go.mod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,14 @@ 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
86
github.com/aws/aws-sdk-go v1.25.0
97
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
128
github.com/fatih/structs v1.1.0
139
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
1610
github.com/google/go-github/v28 v28.1.1
1711
github.com/google/go-jsonnet v0.14.0
1812
github.com/gorilla/mux v1.7.3
1913
github.com/imdario/mergo v0.3.7
20-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
2114
github.com/mitchellh/go-homedir v1.1.0
2215
github.com/pkg/errors v0.8.1
2316
github.com/rebuy-de/rebuy-go-sdk v1.6.0
@@ -27,7 +20,6 @@ require (
2720
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
2821
gopkg.in/alexcesaro/statsd.v2 v2.0.0
2922
gopkg.in/gemnasium/logrus-graylog-hook.v2 v2.0.7
30-
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
3123
gopkg.in/yaml.v2 v2.2.2
3224
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
3325
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719

0 commit comments

Comments
 (0)