We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d0ba7 commit 0123f32Copy full SHA for 0123f32
Makefile
@@ -1,4 +1,4 @@
1
-PACKAGES ?= mountinfo mount sequential signal symlink
+PACKAGES ?= mountinfo mount sequential signal symlink user
2
BINDIR ?= _build/bin
3
CROSS ?= linux/arm linux/arm64 linux/ppc64le linux/s390x \
4
freebsd/amd64 openbsd/amd64 darwin/amd64 darwin/arm64 windows/amd64
user/go.mod
@@ -0,0 +1,5 @@
+module github.com/moby/sys/user
+
+go 1.17
5
+require golang.org/x/sys v0.1.0
user/go.sum
@@ -0,0 +1,2 @@
+golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
+golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
0 commit comments