aboutsummaryrefslogtreecommitdiff
path: root/pkg/state/header.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/state/header.go (renamed from state/header.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/state/header.go b/pkg/state/header.go
index 3becd5d..ee6629b 100644
--- a/state/header.go
+++ b/pkg/state/header.go
@@ -1,12 +1,12 @@
package state
import (
- "bareos-zabbix-check/utils"
"bytes"
"encoding/binary"
"fmt"
"io"
+ "git.adyxax.org/adyxax/bareos-zabbix-check/pkg/utils"
"github.com/pkg/errors"
)