diff --git a/bazel/odict_extra_deps.bzl b/bazel/odict_extra_deps.bzl index 0e67e183..c1f9c615 100644 --- a/bazel/odict_extra_deps.bzl +++ b/bazel/odict_extra_deps.bzl @@ -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(