aboutsummaryrefslogtreecommitdiff
path: root/state/header.go
diff options
context:
space:
mode:
authorJulien Dessaux2021-04-23 16:51:22 +0200
committerJulien Dessaux2021-04-23 16:51:22 +0200
commit38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8 (patch)
treed3f7167fae6388f4db35a63e660d1816c9c2943e /state/header.go
parentFixed wrongfully hardcoded path in tests. (diff)
downloadbareos-zabbix-check-38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8.tar.gz
bareos-zabbix-check-38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8.tar.bz2
bareos-zabbix-check-38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8.zip
Updated for go 1.16 modules1.2
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"
)