From a539fd42b894707f5ee18193af13703b7919d83e Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Mon, 29 Apr 2024 15:46:02 -0700 Subject: [PATCH] build(deps): change package name to bifrost in deps.go --- deps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.go b/deps.go index f5ffc3aa..4e39bfd8 100644 --- a/deps.go +++ b/deps.go @@ -1,7 +1,7 @@ //go:build deps_only // +build deps_only -package template +package bifrost import ( // _ imports common with the Makefile and tools