Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replace (
)

require (
get.porter.sh/magefiles v0.2.2
get.porter.sh/magefiles v0.2.3
get.porter.sh/porter v1.0.0-alpha.19.0.20220519145811-23393bfc2dec
github.com/cnabio/cnab-go v0.23.2
github.com/hashicorp/go-hclog v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ contrib.go.opencensus.io/resource v0.1.1/go.mod h1:F361eGI91LCmW1I/Saf+rX0+OFcig
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
get.porter.sh/magefiles v0.1.1/go.mod h1:wtCIGWp79ARl8Agt1JE4Wchtb0Pn9fea/7LbkOnFbEc=
get.porter.sh/magefiles v0.1.3/go.mod h1:Whw/DSX8dcgn7dUPb6csbY6PtuTy1wujwFR2G6ONf20=
get.porter.sh/magefiles v0.2.2 h1:9TwJVvIlo+NE1RHNA5FdCciDb0wV4yyp6T3aR7Jtpy8=
get.porter.sh/magefiles v0.2.2/go.mod h1:lwDECEEivbBHACLImnDEhwlr8g3E4xZR1W0DO8FOGa8=
get.porter.sh/magefiles v0.2.3 h1:f6hNUsqIGaNhwMt8a4rhHOjvoSuf4ZBs4ZdV1/OxUIU=
get.porter.sh/magefiles v0.2.3/go.mod h1:lwDECEEivbBHACLImnDEhwlr8g3E4xZR1W0DO8FOGa8=
get.porter.sh/operator v0.5.3 h1:l9u1eBaAmxuNYwHR3UqWiNLP3D8tM8mAhAWrhWn4uJM=
get.porter.sh/operator v0.5.3/go.mod h1:jfjenxlzu7++5ysdG4znfvtnDaTcKkhwr23AVtB8zck=
get.porter.sh/porter v1.0.0-alpha.19.0.20220519145811-23393bfc2dec h1:ynOL2I+EOYfELxTDyBROqjzp1A4g/LOiN8DCvae/x9o=
Expand Down