diff options
author | Julien Dessaux | 2024-09-16 23:44:12 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-09-16 23:44:59 +0200 |
commit | aad0157b42d3a0215d011eac2226f4154bec804c (patch) | |
tree | a58e5a73845c60ce05eda743732db05dc30bcdd0 /stdlib/os/debian/debian.go | |
parent | chore(gonf): updated dependencies (diff) | |
download | gonf-aad0157b42d3a0215d011eac2226f4154bec804c.tar.gz gonf-aad0157b42d3a0215d011eac2226f4154bec804c.tar.bz2 gonf-aad0157b42d3a0215d011eac2226f4154bec804c.zip |
chore(gonf): updated dependencies and fixed go.mod version
Diffstat (limited to 'stdlib/os/debian/debian.go')
-rw-r--r-- | stdlib/os/debian/debian.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/os/debian/debian.go b/stdlib/os/debian/debian.go index 95af85d..8820f8d 100644 --- a/stdlib/os/debian/debian.go +++ b/stdlib/os/debian/debian.go @@ -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 |