From aad0157b42d3a0215d011eac2226f4154bec804c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 16 Sep 2024 23:44:12 +0200 Subject: chore(gonf): updated dependencies and fixed go.mod version --- stdlib/os/systemd/systemd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/os/systemd/systemd.go') diff --git a/stdlib/os/systemd/systemd.go b/stdlib/os/systemd/systemd.go index 46a35da..8e34f28 100644 --- a/stdlib/os/systemd/systemd.go +++ b/stdlib/os/systemd/systemd.go @@ -4,7 +4,7 @@ import ( "fmt" "os/exec" - gonf "git.adyxax.org/adyxax/gonf/v2/pkg" + gonf "git.adyxax.org/adyxax/gonf/pkg" ) func Promise() { -- cgit v1.2.3