From 4f52d28378e29bb016aa7c5e0e9d23f32eadcba7 Mon Sep 17 00:00:00 2001 From: Tyler Nickerson Date: Tue, 25 May 2021 10:11:29 -0700 Subject: [PATCH] fix(*): changed vellum dependency to not rely on git --- bazel/odict_extra_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/odict_extra_deps.bzl b/bazel/odict_extra_deps.bzl index 0e67e183d..c1f9c615a 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(