diff --git a/go.mod b/go.mod index 670ba3d..43985a9 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/beckersamuel9/goutils +module gitlab.com/beckersam/goutils go 1.19 diff --git a/pkg/maputils/mapUtils.go b/pkg/maputils/mapUtils.go index d2defe8..8feef02 100644 --- a/pkg/maputils/mapUtils.go +++ b/pkg/maputils/mapUtils.go @@ -1,6 +1,6 @@ package maps -import "gitlab.com/beckersamuel9/goutils/pkg/sliceutils" +import "gitlab.com/beckersam/goutils/pkg/sliceutils" // MapMap applies a given function to every key-value pair of a map. // The returned map's value type may be different from the type of the inital map's value.