File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module github.com/cortexlabs/cortex
16
16
17
17
require (
18
18
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20181208011959-62db1d66dafa
19
- github.com/argoproj/argo v2.2.1 +incompatible
19
+ github.com/argoproj/argo v2.3.0 +incompatible
20
20
github.com/aws/aws-sdk-go v1.16.17
21
21
github.com/davecgh/go-spew v1.1.1
22
22
github.com/emicklei/go-restful v2.8.0+incompatible // indirect
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/PuerkitoBio/purell v1.1.0 h1:rmGxhojJlM0tuKtfdvliR84CFHljx9ag64t2xmVk
6
6
github.com/PuerkitoBio/purell v1.1.0 /go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0 =
7
7
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M =
8
8
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 /go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE =
9
- github.com/argoproj/argo v2.2.1 +incompatible h1:FAXd83gaZZhkFvqsc24g1BSf79WZaFS7btcKePH5t4o =
10
- github.com/argoproj/argo v2.2.1 +incompatible /go.mod h1:KJ0MB+tuhtAklR4jkPM10mIZXfRA0peTYJ1sLUnFLVU =
9
+ github.com/argoproj/argo v2.3.0 +incompatible h1:L1OYZ86Q7NK19ahdl/eJOq78Mlf52wUKGmp7VDNQVz8 =
10
+ github.com/argoproj/argo v2.3.0 +incompatible /go.mod h1:KJ0MB+tuhtAklR4jkPM10mIZXfRA0peTYJ1sLUnFLVU =
11
11
github.com/aws/aws-sdk-go v1.16.17 h1:hHRKZhoB4qEY17aGNp71UxQFyYpx6WZXGMUzx9y/A4w =
12
12
github.com/aws/aws-sdk-go v1.16.17 /go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo =
13
13
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 1
- FROM argoproj/workflow-controller:v2.2.1
1
+ FROM argoproj/workflow-controller:v2.3.0
Original file line number Diff line number Diff line change 1
- FROM argoproj/argoexec:v2.2.1
1
+ FROM argoproj/argoexec:v2.3.0
You can’t perform that action at this time.
0 commit comments