Skip to content

Commit

Permalink
Update cloud-mta for fixing handling of "overwritable" and "optional"…
Browse files Browse the repository at this point in the history
… properties (#640)
  • Loading branch information
allaVolkov authored and tal-sapan committed Dec 24, 2019
1 parent 9071c52 commit b9e6044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/SAP/cloud-mta-build-tool
go 1.13

require (
github.com/SAP/cloud-mta v0.0.7-0.20191222153800-2e029f596476
github.com/SAP/cloud-mta v0.0.7-0.20191223120657-e554068c171c
github.com/deckarep/golang-set v1.7.1
github.com/hpcloud/tail v1.0.1-0.20180514194441-a1dbeea552b7 // indirect
github.com/json-iterator/go v1.1.8 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/SAP/cloud-mta v0.0.6 h1:rzA+KbaivknpnMNBImB+PVN0J6iDNk96tCquzfhAVws=
github.com/SAP/cloud-mta v0.0.6/go.mod h1:5zf+QQCT4D1tyzzPLV5zl7Uv5AP7SXoD5mHX7ANYlr0=
github.com/SAP/cloud-mta v0.0.7-0.20191222153800-2e029f596476 h1:LIvhuoD0nYIW80UehdRBbvtNGO7l9jM485gJOdwd1sM=
github.com/SAP/cloud-mta v0.0.7-0.20191222153800-2e029f596476/go.mod h1:5zf+QQCT4D1tyzzPLV5zl7Uv5AP7SXoD5mHX7ANYlr0=
github.com/SAP/cloud-mta v0.0.7-0.20191223120657-e554068c171c h1:UaA3EeB3t+Ibr011bvEYLBcohraH/Fm0RODp690y4yU=
github.com/SAP/cloud-mta v0.0.7-0.20191223120657-e554068c171c/go.mod h1:5zf+QQCT4D1tyzzPLV5zl7Uv5AP7SXoD5mHX7ANYlr0=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
Expand Down

0 comments on commit b9e6044

Please sign in to comment.