aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-03-08 00:49:28 +0100
committerJulien Dessaux2024-03-08 00:49:28 +0100
commitde0c677a8a7f58f55899fa0496c458d0630155f8 (patch)
treecf035d9b60ce64a1a161609e33da2c8f8869391b /go.mod
parentAdded github dependabot (diff)
downloadbareos-zabbix-check-de0c677a8a7f58f55899fa0496c458d0630155f8.tar.gz
bareos-zabbix-check-de0c677a8a7f58f55899fa0496c458d0630155f8.tar.bz2
bareos-zabbix-check-de0c677a8a7f58f55899fa0496c458d0630155f8.zip
chore(deps): updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9d96b0e..2a4b307 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/bareos-zabbix-check
-go 1.20
+go 1.22.1
require github.com/pkg/errors v0.9.1