diff --git a/go.mod b/go.mod index 64d4ee7..0597aec 100644 --- a/go.mod +++ b/go.mod @@ -27,4 +27,4 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect ) -replace github.com/pa/dotman/utils v1.0.0 => ./utils +replace github.com/pa/dotman/utils => ./utils