diff --git a/maputils/mapUtils.go b/maputils/mapUtils.go index 93bba2a..8177dd1 100644 --- a/maputils/mapUtils.go +++ b/maputils/mapUtils.go @@ -1,6 +1,6 @@ package maputils -import "gitlab.com/mstarongitlab/goutils/sliceutils" +import "git.mstar.dev/mstar/goutils/sliceutils" // MapSameKeys 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