github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/debian/patches/cli-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 cli 4 5 Fix build issue during tests with 6 + gotest.tools/v3 7 --- 8 go.mod | 1 + 9 1 file changed, 1 insertion(+) 10 create mode 100644 go.mod 11 12 Index: docker/cli/go.mod 13 =================================================================== 14 --- /dev/null 15 +++ docker/cli/go.mod 16 @@ -0,0 +1 @@ 17 +module github.com/docker/cli