summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-06 19:01:38 +0200
committerGitHub <noreply@github.com>2020-08-06 19:01:38 +0200
commite75c8bdf4b2b537595f1a9e745a111ef910244ea (patch)
tree4b2aaf04b8cc29015754fd19236611439bc107f1 /go.mod
parent71267451b8c055d3e0069cbfab42c1870da06077 (diff)
feat: Allow application updates to run simultaneously (#11)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 64c3da1..a4e75fe 100644
--- a/go.mod
+++ b/go.mod
@@ -11,6 +11,7 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
+ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v1.17.8
k8s.io/apiextensions-apiserver v1.17.8 // indirect