From 884a4dac22c97f0db2fd46be25c0a365aa1694a7 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:02:11 +0530 Subject: [PATCH] Absl (#87) * fix go mod * fix very tricky bugs with help from Mathew K --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 80832ae..217756d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/hashicorp/go-immutable-adaptive-radix +module github.com/absolutelightning/go-immutable-adaptive-radix go 1.21