Skip to content

Commit 388c730

Browse files
author
Ian Campbell
committed
Bump to latest go-digest.
This renames the license file (so automated tooling can find it, which I care about) and also pulls in some documentation and comment changes, plus some functional changes: PR#33 -- future-proof the algorithm field. PR#34 -- disallow upper case in hex portion. No changes appear to be required to containerd code. Signed-off-by: Ian Campbell <[email protected]>
1 parent 4219f7b commit 388c730

8 files changed

Lines changed: 139 additions & 33 deletions

File tree

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ github.com/urfave/cli 7bc6a0acffa589f415f88aca16cc1de5ffd66f9c
2727
golang.org/x/net b3756b4b77d7b13260a0a2ec658753cf48922eac
2828
google.golang.org/grpc v1.10.1
2929
github.com/pkg/errors v0.8.0
30-
github.com/opencontainers/go-digest 21dfd564fd89c944783d00d069f33e3e7123c448
30+
github.com/opencontainers/go-digest c9281466c8b2f606084ac71339773efd177436e7
3131
golang.org/x/sys 314a259e304ff91bd6985da2a7149bbf91237993 https://github.com/golang/sys
3232
github.com/opencontainers/image-spec v1.0.1
3333
golang.org/x/sync 450f422ab23cf9881c94e2db30cac0eb1b7cf80c
File renamed without changes.

vendor/github.com/opencontainers/go-digest/README.md

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

vendor/github.com/opencontainers/go-digest/algorithm.go

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

vendor/github.com/opencontainers/go-digest/digest.go

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

vendor/github.com/opencontainers/go-digest/digester.go

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

vendor/github.com/opencontainers/go-digest/doc.go

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

vendor/github.com/opencontainers/go-digest/verifiers.go

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

0 commit comments

Comments
 (0)