aboutsummaryrefslogtreecommitdiff
path: root/pkg/spool/parse.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/spool/parse.go (renamed from spool/parse.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spool/parse.go b/pkg/spool/parse.go
index 5695890..fc378f3 100644
--- a/spool/parse.go
+++ b/pkg/spool/parse.go
@@ -1,11 +1,11 @@
package spool
import (
- "bareos-zabbix-check/job"
"encoding/csv"
"io"
"strconv"
+ "git.adyxax.org/adyxax/bareos-zabbix-check/pkg/job"
"github.com/pkg/errors"
)