diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/os/debian/apt.go | 2 | ||||
-rw-r--r-- | stdlib/os/systemd/systemd.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/os/debian/apt.go b/stdlib/os/debian/apt.go index 77c3b21..5ece696 100644 --- a/stdlib/os/debian/apt.go +++ b/stdlib/os/debian/apt.go @@ -9,7 +9,7 @@ import ( "os/exec" "strings" - "git.adyxax.org/adyxax/gonf/v2/gonf" + gonf "git.adyxax.org/adyxax/gonf/v2/pkg" "git.adyxax.org/adyxax/gonf/v2/stdlib/os/systemd" ) diff --git a/stdlib/os/systemd/systemd.go b/stdlib/os/systemd/systemd.go index 782548d..5af1e91 100644 --- a/stdlib/os/systemd/systemd.go +++ b/stdlib/os/systemd/systemd.go @@ -4,7 +4,7 @@ import ( "errors" "os/exec" - "git.adyxax.org/adyxax/gonf/v2/gonf" + gonf "git.adyxax.org/adyxax/gonf/v2/pkg" ) func Promise() { |