Skip to content

Commit b1e4653

Browse files
committed
Bump porter to v0.29.1
* Support SuppressOutput * Support SuffixArguments * Support BuildableAction interface Signed-off-by: Carolyn Van Slyck <[email protected]>
1 parent 6340bfb commit b1e4653

File tree

5 files changed

+205
-57
lines changed

5 files changed

+205
-57
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module get.porter.sh/mixin/skeletor
33
go 1.13
44

55
require (
6-
get.porter.sh/porter v0.22.1-beta.1
6+
get.porter.sh/porter v0.29.1
77
github.com/ghodss/yaml v1.0.0
8-
github.com/gobuffalo/packr/v2 v2.7.1
9-
github.com/spf13/cobra v0.0.5
10-
github.com/stretchr/testify v1.4.0
8+
github.com/gobuffalo/packr/v2 v2.8.0
9+
github.com/spf13/cobra v0.0.6
10+
github.com/stretchr/testify v1.5.1
1111
github.com/xeipuuv/gojsonschema v1.2.0
1212
gopkg.in/yaml.v2 v2.2.4
1313
)

0 commit comments

Comments
 (0)