Skip to content

Commit

Permalink
fix(*): changed vellum dependency to not rely on git
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed May 25, 2021
1 parent d566821 commit 4f52d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/odict_extra_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ def odict_extra_deps():
go_repository,
name = "com_github_blevesearch_vellum",
importpath = "github.com/blevesearch/vellum",
remote = "https://github.com/Nickersoft/vellum.git",
commit = "e1b412ddea6adc8efc1f958640b8c045b330c32b",
vcs = "git",
urls = ["https://github.com/Nickersoft/vellum/archive/refs/heads/master.zip"],
strip_prefix = "vellum-master",
type = "zip",
)

maybe(
Expand Down

0 comments on commit 4f52d28

Please sign in to comment.