Skip to content

Commit c963150

Browse files
committed
seccomp: add go.mod
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent e0f0041 commit c963150

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

seccomp/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/moby/profiles/seccomp
2+
3+
go 1.23.0
4+
5+
require (
6+
github.com/opencontainers/runtime-spec v1.2.1
7+
golang.org/x/sys v0.34.0
8+
)

seccomp/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww=
2+
github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
3+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
4+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=

0 commit comments

Comments
 (0)