util: Move recwatch package to util directory

This makes more sense and this is also a reminded that it needs a bit of
a cleanup.
This commit is contained in:
James Shubin
2024-03-16 00:49:16 -04:00
parent d6a6734b65
commit 4d18044851
12 changed files with 10 additions and 10 deletions

View File

@@ -42,9 +42,9 @@ import (
"github.com/purpleidea/mgmt/engine"
"github.com/purpleidea/mgmt/engine/traits"
engineUtil "github.com/purpleidea/mgmt/engine/util"
"github.com/purpleidea/mgmt/recwatch"
"github.com/purpleidea/mgmt/util"
"github.com/purpleidea/mgmt/util/errwrap"
"github.com/purpleidea/mgmt/util/recwatch"
sdbus "github.com/coreos/go-systemd/v22/dbus"
"github.com/coreos/go-systemd/v22/unit"