chore(gonf): updated dependencies and fixed go.mod version
This commit is contained in:
parent
e2cd47cb18
commit
aad0157b42
8 changed files with 11 additions and 11 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"os/exec"
|
||||
"strings"
|
||||
|
||||
gonf "git.adyxax.org/adyxax/gonf/v2/pkg"
|
||||
gonf "git.adyxax.org/adyxax/gonf/pkg"
|
||||
)
|
||||
|
||||
var packages map[string]string
|
||||
|
|
|
@ -3,9 +3,9 @@ package debian
|
|||
import (
|
||||
_ "embed"
|
||||
|
||||
gonf "git.adyxax.org/adyxax/gonf/v2/pkg"
|
||||
"git.adyxax.org/adyxax/gonf/v2/stdlib/os/linux"
|
||||
"git.adyxax.org/adyxax/gonf/v2/stdlib/os/systemd"
|
||||
gonf "git.adyxax.org/adyxax/gonf/pkg"
|
||||
"git.adyxax.org/adyxax/gonf/stdlib/os/linux"
|
||||
"git.adyxax.org/adyxax/gonf/stdlib/os/systemd"
|
||||
)
|
||||
|
||||
//go:embed apt-norecommends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue