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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45f203d  Update go.mod for Mac build
45f203d is described below

commit 45f203d6e2a156dbff6b3c23a7165bdd4c32c279
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Tue Apr 19 18:16:19 2022 +0200

    Update go.mod for Mac build
    
    This seems to be required by build on mac, otherwise newt build with
    build.sh results in 'dirty' binary.
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 560aac1..07969da 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
        github.com/go-ole/go-ole v1.2.5 // indirect
        github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
        github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
-       github.com/otiai10/copy v1.6.0 // indirect
+       github.com/otiai10/copy v1.6.0
        github.com/shirou/gopsutil v2.20.8+incompatible
        github.com/sirupsen/logrus v1.4.2
        github.com/spf13/cast v1.3.0

Reply via email to