We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539a1e7 commit b67785dCopy full SHA for b67785d
go.mod
@@ -2,4 +2,9 @@ module github.com/opencontainers/go-digest
2
3
go 1.18
4
5
-require github.com/zeebo/blake3 v0.2.0
+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