From 7fa0bd40d53ff0dac517e365f3acae9a3cdef812 Mon Sep 17 00:00:00 2001 From: Tyler Williams Date: Fri, 14 Jun 2024 12:17:20 -0700 Subject: [PATCH] Change package name to allow importing --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 173338d150..b8063b0672 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module kythe.io +module github.com/buildbuddy-io/kythe require ( bitbucket.org/creachadair/shell v0.0.7