From dc001d621407b7d645a4ff3d3ca0f299c873bbaa Mon Sep 17 00:00:00 2001 From: Jed Liu Date: Wed, 5 Jun 2024 18:11:19 -0700 Subject: [PATCH] POA-1260 Update Go module path (#12) Updated the agent's Go module path to be consistent with the new repository location. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f292f6..804316b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/akitasoftware/akita-cli +module github.com/postmanlabs/postman-insights-agent go 1.18