Skip to content
This repository was archived by the owner on Jul 26, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libentitlement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func testSpec() *specs.Spec {
s := &specs.Spec{
Process: &specs.Process{
Process: specs.Process{
Capabilities: &specs.LinuxCapabilities{
Bounding: []string{},
Effective: []string{},
Expand Down
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/Sirupsen/logrus 5b60b3d3ee017ed00bcd0225fcca7acab767844b
github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76
github.com/opencontainers/runtime-spec 1259a08e003658f8c4094a6bbc9f52aee29c95df
github.com/opencontainers/runtime-spec d42f1eb741e6361e858d83fc75aa6893b66292c4
github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2
github.com/stretchr/testify 4d4bfba8f1d1027c4fdbe371823030df51419987
golang.org/x/sys 9ccfe848b9db8435a24c424abbc07a921adf1df5
24 changes: 13 additions & 11 deletions vendor/github.com/opencontainers/runtime-spec/specs-go/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.