Skip to content

Commit

Permalink
Merge pull request #1 from SaveTheRbtz/dependabot/go_modules/github.c…
Browse files Browse the repository at this point in the history
…om/zeebo/blake3-0.2.2

build(deps): bump github.com/zeebo/blake3 from 0.2.1 to 0.2.2
  • Loading branch information
SaveTheRbtz authored Feb 3, 2022
2 parents cb8da29 + 19b59eb commit 051739b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def go_dependencies():
name = "com_github_zeebo_blake3",
build_directives = ["gazelle:exclude **/**_test.go", "gazelle:exclude testing", "gazelle:exclude **/testdata"],
importpath = "github.com/zeebo/blake3",
sum = "h1:O+N0Y8Re2XAYjp0adlZDA2juyRguhMfPCgh8YIf7vyE=",
version = "v0.2.1",
sum = "h1:ddH9fUIlef5r+pqvJShGgSXFd6c7k54eQXZ48hNjotQ=",
version = "v0.2.2",
)
go_repository(
name = "com_github_zeebo_pcg",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/klauspost/compress v1.14.2
github.com/reusee/fastcdc-go v0.2.1-0.20201121153712-1756352c2ae7
github.com/stretchr/testify v1.7.0
github.com/zeebo/blake3 v0.2.1
github.com/zeebo/blake3 v0.2.2
go.uber.org/multierr v1.7.0
go.uber.org/zap v1.20.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/zeebo/assert v1.1.0 h1:hU1L1vLTHsnO8x8c9KAR5GmM5QscxHg5RNU5z5qbUWY=
github.com/zeebo/assert v1.1.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
github.com/zeebo/blake3 v0.2.1 h1:O+N0Y8Re2XAYjp0adlZDA2juyRguhMfPCgh8YIf7vyE=
github.com/zeebo/blake3 v0.2.1/go.mod h1:TSQ0KjMH+pht+bRyvVooJ1rBpvvngSGaPISafq9MxJk=
github.com/zeebo/blake3 v0.2.2 h1:ddH9fUIlef5r+pqvJShGgSXFd6c7k54eQXZ48hNjotQ=
github.com/zeebo/blake3 v0.2.2/go.mod h1:TSQ0KjMH+pht+bRyvVooJ1rBpvvngSGaPISafq9MxJk=
github.com/zeebo/pcg v1.0.1 h1:lyqfGeWiv4ahac6ttHs+I5hwtH/+1mrhlCtVNQM2kHo=
github.com/zeebo/pcg v1.0.1/go.mod h1:09F0S9iiKrwn9rlI5yjLkmrug154/YRW6KnnXVDM/l4=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
Expand Down

0 comments on commit 051739b

Please sign in to comment.