You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2020/03/05 02:06:11 UTC

[mynewt-imgmod] branch master updated: Pull in mynewt-artifact 0.0.18

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-imgmod.git


The following commit(s) were added to refs/heads/master by this push:
     new 885cb67  Pull in mynewt-artifact 0.0.18
885cb67 is described below

commit 885cb67fa869f142d732c57fb08033e422020d42
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Wed Mar 4 18:04:38 2020 -0800

    Pull in mynewt-artifact 0.0.18
    
    This fixes the `imgmod mfg split` command.
---
 go.mod | 2 +-
 go.sum | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index ef1091a..a463cca 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
 module mynewt.apache.org/imgmod
 
 require (
-	github.com/apache/mynewt-artifact v0.0.17
+	github.com/apache/mynewt-artifact v0.0.18
 	github.com/otiai10/copy v1.0.1
 	github.com/pkg/errors v0.8.1
 	github.com/sirupsen/logrus v1.4.2
diff --git a/go.sum b/go.sum
index 88014b7..7d5fabe 100644
--- a/go.sum
+++ b/go.sum
@@ -11,6 +11,8 @@ github.com/apache/mynewt-artifact v0.0.15 h1:NOAdYAMjVBGVm/4iOs70+oQnb4StlD2tavk
 github.com/apache/mynewt-artifact v0.0.15/go.mod h1:vFUd47t74KPQMzSBhQ2qp5Hc7D29OU/Tl3xHtFwN3k8=
 github.com/apache/mynewt-artifact v0.0.17 h1:O1lqIEygow3vFHHF9PllPoBWIK51aV0RsXPxNVFgPXY=
 github.com/apache/mynewt-artifact v0.0.17/go.mod h1:vFUd47t74KPQMzSBhQ2qp5Hc7D29OU/Tl3xHtFwN3k8=
+github.com/apache/mynewt-artifact v0.0.18 h1:E5em2q/hbkDU0/xSGJozWdKSo42XJcZVmSLj20G1KXQ=
+github.com/apache/mynewt-artifact v0.0.18/go.mod h1:vFUd47t74KPQMzSBhQ2qp5Hc7D29OU/Tl3xHtFwN3k8=
 github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
 github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
 github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=