diff options
| author | jannfis <jann@mistrust.net> | 2020-08-06 19:01:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 19:01:38 +0200 |
| commit | e75c8bdf4b2b537595f1a9e745a111ef910244ea (patch) | |
| tree | 4b2aaf04b8cc29015754fd19236611439bc107f1 /go.mod | |
| parent | 71267451b8c055d3e0069cbfab42c1870da06077 (diff) | |
feat: Allow application updates to run simultaneously (#11)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
