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
1616
1717require (
1818 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
2020 github.com/aws/aws-sdk-go v1.16.17
2121 github.com/davecgh/go-spew v1.1.1
2222 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
66github.com/PuerkitoBio/purell v1.1.0 /go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0 =
77github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M =
88github.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 =
1111github.com/aws/aws-sdk-go v1.16.17 h1:hHRKZhoB4qEY17aGNp71UxQFyYpx6WZXGMUzx9y/A4w =
1212github.com/aws/aws-sdk-go v1.16.17 /go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo =
1313github.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