From 73d4f67f37387c58cf389076b8c94a34691282dc Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Mon, 6 Jul 2020 15:18:22 +0100 Subject: [PATCH] Fixing module path. Should have noticed this in the pull request that was merged recently. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5145826..13317f3 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/hsorellana/go-icinga2-api +module github.com/lrsmith/go-icinga2-api go 1.13