We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66c8d6 commit d7b42cfCopy full SHA for d7b42cf
3 files changed
Makefile
@@ -1,4 +1,4 @@
1
-PACKAGES ?= mountinfo mount sequential signal symlink
+PACKAGES ?= appcontext mountinfo mount sequential signal symlink
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
appcontext/go.mod
@@ -0,0 +1,5 @@
+module github.com/moby/sys/appcontext
+
+go 1.17
5
+require golang.org/x/sys v0.11.0
appcontext/go.sum
@@ -0,0 +1,2 @@
+golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
+golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
0 commit comments