File tree Expand file tree Collapse file tree 4 files changed +58
-9
lines changed
github.com/opencontainers/runtime-spec/specs-go Expand file tree Collapse file tree 4 files changed +58
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 h1:7InQ7/zrOh6Sl
2222github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 /go.mod h1:x8F1gnqOkIEiO4rqoeEEEqQbo7HjGMTvyoq3gej4iT0 =
2323github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559 h1:Cef96rKLuXxeGzERI/0ve9yAzIeTpx0qz9JKFDZALYw =
2424github.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 =
2527github.com/opencontainers/selinux v1.3.3 h1:RX0wAeqtvVSYQcr017X3pFXPkLEtB6V4NjRD7gVQgg4 =
2628github.com/opencontainers/selinux v1.3.3 /go.mod h1:yTcKuYAh6R95iDpefGLQaPaRwJFwyzAJufJyiTt7s0g =
2729github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I =
Original file line number Diff line number Diff 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
3333github.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
3636github.com/opencontainers/runtime-spec/specs-go
3737# github.com/opencontainers/selinux v1.3.3
You can’t perform that action at this time.
0 commit comments