Skip to content

Commit 31d8e57

Browse files
author
Renaud Gaubert
committed
Revendor opencontainers/runtime-spec
Signed-off-by: Renaud Gaubert <[email protected]>
1 parent 0af7880 commit 31d8e57

File tree

4 files changed

+58
-9
lines changed

4 files changed

+58
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
1313
github.com/golang/protobuf v1.0.0
1414
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618
15-
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559
15+
github.com/opencontainers/runtime-spec v1.0.2-0.20200307132014-f49fed0d6290
1616
github.com/opencontainers/selinux v1.3.3
1717
github.com/pkg/errors v0.8.1
1818
github.com/seccomp/libseccomp-golang v0.9.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 h1:7InQ7/zrOh6Sl
2222
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618/go.mod h1:x8F1gnqOkIEiO4rqoeEEEqQbo7HjGMTvyoq3gej4iT0=
2323
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559 h1:Cef96rKLuXxeGzERI/0ve9yAzIeTpx0qz9JKFDZALYw=
2424
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
25+
github.com/opencontainers/runtime-spec v1.0.2-0.20200307132014-f49fed0d6290 h1:IV446MVY9HToNlBK/Hv7RLg5m0lu8F/dSv5r679ZbWM=
26+
github.com/opencontainers/runtime-spec v1.0.2-0.20200307132014-f49fed0d6290/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
2527
github.com/opencontainers/selinux v1.3.3 h1:RX0wAeqtvVSYQcr017X3pFXPkLEtB6V4NjRD7gVQgg4=
2628
github.com/opencontainers/selinux v1.3.3/go.mod h1:yTcKuYAh6R95iDpefGLQaPaRwJFwyzAJufJyiTt7s0g=
2729
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=

vendor/github.com/opencontainers/runtime-spec/specs-go/config.go

Lines changed: 54 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ github.com/konsorten/go-windows-terminal-sequences
3131
# github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618
3232
## explicit
3333
github.com/mrunalp/fileutils
34-
# github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559
34+
# github.com/opencontainers/runtime-spec v1.0.2-0.20200307132014-f49fed0d6290
3535
## explicit
3636
github.com/opencontainers/runtime-spec/specs-go
3737
# github.com/opencontainers/selinux v1.3.3

0 commit comments

Comments
 (0)