Skip to content

Commit b67785d

Browse files
committed
fix: update stevvooe's blake3 PR
opencontainers#66 opencontainers/image-spec#1240 Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent 539a1e7 commit b67785d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ module github.com/opencontainers/go-digest
22

33
go 1.18
44

5-
require github.com/zeebo/blake3 v0.2.0
5+
require github.com/zeebo/blake3 v0.2.4
6+
7+
require (
8+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
9+
golang.org/x/sys v0.32.0 // indirect
10+
)

0 commit comments

Comments
 (0)