Skip to content

Commit 0123f32

Browse files
committed
user: add go.mod and integrate in CI
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 51d0ba7 commit 0123f32

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PACKAGES ?= mountinfo mount sequential signal symlink
1+
PACKAGES ?= mountinfo mount sequential signal symlink user
22
BINDIR ?= _build/bin
33
CROSS ?= linux/arm linux/arm64 linux/ppc64le linux/s390x \
44
freebsd/amd64 openbsd/amd64 darwin/amd64 darwin/arm64 windows/amd64

Diff for: user/go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/moby/sys/user
2+
3+
go 1.17
4+
5+
require golang.org/x/sys v0.1.0

Diff for: user/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
2+
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)