From 6e06bcfcc8c6dd65d2d520ada949fdbe7deefb08 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:43:58 +0530 Subject: [PATCH] Absl (#86) * 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