Skip to content

Commit

Permalink
vendor: update runtime-spec to rc5
Browse files Browse the repository at this point in the history
Signed-off-by: zhouhao <[email protected]>
zhouhao committed May 26, 2017
1 parent 8989b30 commit d0c8533
Showing 102 changed files with 26,806 additions and 18,222 deletions.
19 changes: 13 additions & 6 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import:
- schema
- specs-go/v1
- package: github.com/opencontainers/runtime-spec
version: v1.0.0-rc4
version: v1.0.0-rc5
subpackages:
- specs-go
- package: github.com/pkg/errors
24 changes: 24 additions & 0 deletions vendor/github.com/dsnet/compress/LICENSE.md

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

58 changes: 58 additions & 0 deletions vendor/github.com/dsnet/compress/api.go

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

97 changes: 97 additions & 0 deletions vendor/github.com/dsnet/compress/bzip2/bwt.go

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

86 changes: 86 additions & 0 deletions vendor/github.com/dsnet/compress/bzip2/common.go

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

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

129 changes: 129 additions & 0 deletions vendor/github.com/dsnet/compress/bzip2/mtf_rle2.go
364 changes: 364 additions & 0 deletions vendor/github.com/dsnet/compress/bzip2/prefix.go
226 changes: 226 additions & 0 deletions vendor/github.com/dsnet/compress/bzip2/reader.go
99 changes: 99 additions & 0 deletions vendor/github.com/dsnet/compress/bzip2/rle1.go
288 changes: 288 additions & 0 deletions vendor/github.com/dsnet/compress/bzip2/writer.go
115 changes: 115 additions & 0 deletions vendor/github.com/dsnet/compress/internal/common.go
9 changes: 9 additions & 0 deletions vendor/github.com/dsnet/compress/internal/debug.go
159 changes: 159 additions & 0 deletions vendor/github.com/dsnet/compress/internal/prefix/debug.go
136 changes: 136 additions & 0 deletions vendor/github.com/dsnet/compress/internal/prefix/decoder.go
333 changes: 333 additions & 0 deletions vendor/github.com/dsnet/compress/internal/prefix/prefix.go
93 changes: 93 additions & 0 deletions vendor/github.com/dsnet/compress/internal/prefix/range.go
269 changes: 269 additions & 0 deletions vendor/github.com/dsnet/compress/internal/prefix/reader.go
102 changes: 102 additions & 0 deletions vendor/github.com/dsnet/compress/internal/prefix/wrap.go
155 changes: 155 additions & 0 deletions vendor/github.com/dsnet/compress/internal/prefix/writer.go
9 changes: 9 additions & 0 deletions vendor/github.com/dsnet/compress/internal/release.go
4 changes: 2 additions & 2 deletions vendor/golang.org/x/sys/unix/asm_solaris_amd64.s
102 changes: 102 additions & 0 deletions vendor/golang.org/x/sys/unix/dirent.go
9 changes: 9 additions & 0 deletions vendor/golang.org/x/sys/unix/endian_big.go
9 changes: 9 additions & 0 deletions vendor/golang.org/x/sys/unix/endian_little.go
74 changes: 50 additions & 24 deletions vendor/golang.org/x/sys/unix/mkpost.go
9 changes: 5 additions & 4 deletions vendor/golang.org/x/sys/unix/sockcmsg_unix.go
Loading

0 comments on commit d0c8533

Please sign in to comment.