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/backups/borg/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/backups/borg/common.go') diff --git a/stdlib/backups/borg/common.go b/stdlib/backups/borg/common.go index 60d14f2..bc27558 100644 --- a/stdlib/backups/borg/common.go +++ b/stdlib/backups/borg/common.go @@ -1,6 +1,6 @@ package borg -import gonf "git.adyxax.org/adyxax/gonf/v2/pkg" +import gonf "git.adyxax.org/adyxax/gonf/pkg" func installBorgPackage() gonf.Status { packag := gonf.Package("borgbackup") -- cgit v1.2.3