github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/debian/patches/engine-add-go.mod-file.patch (about)

     1  From: Arnaud Rebillout <elboulangero@gmail.com>
     2  Date: Tue, 24 Nov 2020 09:14:00 +0700
     3  Subject: Add go.mod file to engine
     4  
     5  Fix build issue with
     6  + github.com/coreos/go-systemd/v22
     7  + gotest.tools/v3
     8  ---
     9   go.mod | 1 +
    10   1 file changed, 1 insertion(+)
    11   create mode 100644 go.mod
    12  
    13  Index: docker/engine/go.mod
    14  ===================================================================
    15  --- /dev/null
    16  +++ docker/engine/go.mod
    17  @@ -0,0 +1 @@
    18  +module github.com/docker/docker