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 9e273ae  Update to latest mynewt-artifact (0.0.15)
9e273ae is described below

commit 9e273aeca4cb3636c4b28fa6cb77c3a56b722059
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Tue Feb 4 16:36:01 2020 -0800

    Update to latest mynewt-artifact (0.0.15)
    
    This pulls in a fix for verifying images with header padding.
---
 go.mod | 2 +-
 go.sum | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index cc2ca2f..4b623b9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
 module mynewt.apache.org/imgmod
 
 require (
-       github.com/apache/mynewt-artifact v0.0.9
+       github.com/apache/mynewt-artifact v0.0.15
        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 a828f50..03e1893 100644
--- a/go.sum
+++ b/go.sum
@@ -7,6 +7,8 @@ github.com/apache/mynewt-artifact v0.0.2/go.mod 
h1:vFUd47t74KPQMzSBhQ2qp5Hc7D29O
 github.com/apache/mynewt-artifact v0.0.3 
h1:760wpGruGSOPjslEo0fgs9PYJ58IAvyjuJqno1t4iOc=
 github.com/apache/mynewt-artifact v0.0.3/go.mod 
h1:vFUd47t74KPQMzSBhQ2qp5Hc7D29OU/Tl3xHtFwN3k8=
 github.com/apache/mynewt-artifact v0.0.9/go.mod 
h1:vFUd47t74KPQMzSBhQ2qp5Hc7D29OU/Tl3xHtFwN3k8=
+github.com/apache/mynewt-artifact v0.0.15 
h1:NOAdYAMjVBGVm/4iOs70+oQnb4StlD2tavkvwJiTbhI=
+github.com/apache/mynewt-artifact v0.0.15/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=

Reply via email to