1
0
Fork 0

chore(deps): updated dependencies

This commit is contained in:
Julien Dessaux 2024-03-08 00:49:28 +01:00
parent 1c2ecc017b
commit de0c677a8a
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ This program was born from a need to query the status of the backups from the cl
## Dependencies ## Dependencies
go is required. While developed on go version 1.16, only go version >= 1.20 on linux amd64 is being regularly tested. go is required. While developed on go version 1.16, only go version >= 1.22.1 on linux amd64 is being regularly tested.
## Building ## Building

2
go.mod
View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/bareos-zabbix-check module git.adyxax.org/adyxax/bareos-zabbix-check
go 1.20 go 1.22.1
require github.com/pkg/errors v0.9.1 require github.com/pkg/errors v0.9.1