Skip to content

Commit

Permalink
bazel: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SaveTheRbtz committed Feb 3, 2022
1 parent 1036ba9 commit 19b59eb
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 19b59eb

Please sign in to comment.