From bcfaffac240d74cd79bec3c2a9d3c144d215b495 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 22 Feb 2020 11:57:50 +0100 Subject: Added tests to the state package, and reworked the code around that --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 505d991..4ee0177 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module bareos-zabbix-check go 1.13 + +require github.com/pkg/errors v0.9.1 -- cgit v1.2.3