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 @@ -11,7 +11,7 @@ replace (
)

require (
get.porter.sh/magefiles v0.3.0
get.porter.sh/magefiles v0.3.1
get.porter.sh/porter v1.0.0-alpha.22.0.20220617145247-d9662907f8d8
github.com/cnabio/cnab-go v0.23.4
github.com/hashicorp/go-hclog v1.2.1
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ contrib.go.opencensus.io/integrations/ocsql v0.1.4/go.mod h1:8DsSdjz3F+APR+0z0Wk
contrib.go.opencensus.io/resource v0.1.1/go.mod h1:F361eGI91LCmW1I/Saf+rX0+OFcigGlFvXwEGEnkRLA=
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.3.0 h1:uwCOTblBx2RFN2IEgIUDP4sNj/C4F26KqAdqSREJL7g=
get.porter.sh/magefiles v0.3.0/go.mod h1:lwDECEEivbBHACLImnDEhwlr8g3E4xZR1W0DO8FOGa8=
get.porter.sh/magefiles v0.3.1 h1:YdjBTzPbwHTq22XaJL69DO79mCQosHCMtWbOyCr7OsA=
get.porter.sh/magefiles v0.3.1/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.16/go.mod h1:m5aM552KbZBuPEIkXUgb3GeUXuZnEcMCPAtWZGd8PYU=
Expand Down