Skip to content

Commit

Permalink
Merge pull request #107 from q384566678/update-r4
Browse files Browse the repository at this point in the history
vendor/:update
  • Loading branch information
xiekeyang authored Feb 7, 2017
2 parents 15a8732 + ff477b3 commit d7e27f1
Show file tree
Hide file tree
Showing 23 changed files with 1,359 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .tool/lint
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
--disable=gas \
--cyclo-over=35 \
--tests \
--deadline=10s "${d}"
--deadline=20s "${d}"
done
12 changes: 7 additions & 5 deletions glide.lock

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

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package: github.com/opencontainers/image-tools
import:
- package: github.com/opencontainers/image-spec
version: v1.0.0-rc3
version: v1.0.0-rc4
subpackages:
- schema
- specs-go/v1
- package: github.com/opencontainers/runtime-spec
version: v1.0.0-rc2
version: v1.0.0-rc3
subpackages:
- specs-go
- package: github.com/pkg/errors
Expand Down
3 changes: 1 addition & 2 deletions image/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,10 @@ var (
"layers": [
{
"digest": "<layer_digest>",
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"mediaType": "application/vnd.oci.image.layer.v1.tar",
"size": <layer_size>
}
],
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"schemaVersion": 2
}
`
Expand Down
191 changes: 191 additions & 0 deletions vendor/github.com/opencontainers/go-digest/LICENSE.code

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

Loading

0 comments on commit d7e27f1

Please sign in to comment.