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

Commit ab6fb36

Browse files
committed
Link Cloud Integrator code with api definitions of the operator
1 parent 3272909 commit ab6fb36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cloud-integrations/kubernetes/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ require (
1111
k8s.io/apimachinery v0.17.2
1212
k8s.io/client-go v0.17.2
1313
sigs.k8s.io/controller-runtime v0.5.0
14+
github.com/secureCodeBox/secureCodeBox-v2-alpha/operator v0.0.0
1415
)
16+
17+
replace github.com/secureCodeBox/secureCodeBox-v2-alpha/operator => ../../operator

operator/go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
254254
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
255255
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
256256
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
257-
github.com/secureCodeBox/secureCodeBox-v2-alpha v0.0.0-20200421122123-57178734d6e9 h1:S/FoesxDuE1/lj2iYpCgPdJXj4Gqe81BfuzTao+kIng=
258257
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
259258
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
260259
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=

0 commit comments

Comments
 (0)