Skip to content

Commit

Permalink
appcontext: init module
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Aug 31, 2023
1 parent f66c8d6 commit d7b42cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
PACKAGES ?= mountinfo mount sequential signal symlink
PACKAGES ?= appcontext mountinfo mount sequential signal symlink
BINDIR ?= _build/bin
CROSS ?= linux/arm linux/arm64 linux/ppc64le linux/s390x \
freebsd/amd64 openbsd/amd64 darwin/amd64 darwin/arm64 windows/amd64
Expand Down
5 changes: 5 additions & 0 deletions appcontext/go.mod
@@ -0,0 +1,5 @@
module github.com/moby/sys/appcontext

go 1.17

require golang.org/x/sys v0.11.0
2 changes: 2 additions & 0 deletions 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 comments on commit d7b42cf

Please sign in to comment.