add grafana package & temporary debug checks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-02-15 01:12:57 +01:00
parent 1247fc3fcb
commit 2d08f75545
Signed by: tom
GPG key ID: F17EFE4272D89FF6
9 changed files with 373 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module git.ar21.de/yolokube/grafana-backuper
go 1.21.5
require github.com/alecthomas/kong v0.8.1