From b7fb5e3ba8aaff39dce4b7f699d1b2501a68ec42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 15:04:57 +0000 Subject: [PATCH] chore: bump github.com/morty-faas/morty Bumps [github.com/morty-faas/morty](https://github.com/morty-faas/morty) from 1.1.0-RC1.0.20230513211117-5beade79921b to 1.1.0-RC2. - [Release notes](https://github.com/morty-faas/morty/releases) - [Commits](https://github.com/morty-faas/morty/commits/v1.1.0-RC2) --- updated-dependencies: - dependency-name: github.com/morty-faas/morty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 6060b72..0ea9336 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ retract ( require ( github.com/briandowns/spinner v1.23.0 github.com/hashicorp/go-getter v1.7.1 - github.com/morty-faas/morty v1.1.0-RC1.0.20230513211117-5beade79921b + github.com/morty-faas/morty v1.1.0-RC2 github.com/olekukonko/tablewriter v0.0.5 github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 github.com/sirupsen/logrus v1.9.0 diff --git a/go.sum b/go.sum index fca76d5..8d3d16b 100644 --- a/go.sum +++ b/go.sum @@ -394,10 +394,8 @@ github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJ github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/morty-faas/morty v1.1.0-RC1 h1:Viy5y8Ghnwuf/3P0wHHjIIahNopDDQUqFFYljojoTBI= -github.com/morty-faas/morty v1.1.0-RC1/go.mod h1:HRJ867IsYSF0dROI5eAmQjHkSI7+Trs6VSXHSV0EMtw= -github.com/morty-faas/morty v1.1.0-RC1.0.20230513211117-5beade79921b h1:WxBl1O/VurXy3AMeZrkdLtJAtbDyvrThO02GGVRtLg0= -github.com/morty-faas/morty v1.1.0-RC1.0.20230513211117-5beade79921b/go.mod h1:knCFikLpKsyLm9qjXseYV3ZtHQtfXuTNSOm7thTeejk= +github.com/morty-faas/morty v1.1.0-RC2 h1:tEkg1bZnQiG5i1iaVhupwmdrrActMuB+yY10CCyC+Ds= +github.com/morty-faas/morty v1.1.0-RC2/go.mod h1:knCFikLpKsyLm9qjXseYV3ZtHQtfXuTNSOm7thTeejk= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 h1:Yl0tPBa8QPjGmesFh1D0rDy+q1Twx6FyU7VWHi8wZbI=