Skip to content

Commit

Permalink
Merge pull request #5 from kmlebedev/main
Browse files Browse the repository at this point in the history
add lables
  • Loading branch information
pinpox committed Nov 24, 2023
2 parents 698fb90 + fcabbe1 commit 37e357f
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 474 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
pname = "restic-exporter";
version = "1.0.0";
src = self;
vendorSha256 = "sha256-WtO+3uH6H2um6pcdqhU/Yaw6HDNkz1XGjslGQphyMiA=";
vendorSha256 = "sha256-HUruT0+yOP+v5lxd4jrxYhRBzE0FcoW4OpcWgRRedwA=";
installCheckPhase = ''
runHook preCheck
$out/bin/restic-exporter -h
Expand Down
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module restic-exporter

go 1.17
go 1.21

require github.com/prometheus/client_golang v1.12.2
require github.com/prometheus/client_golang v1.17.0

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
google.golang.org/protobuf v1.26.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
golang.org/x/sys v0.11.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 37e357f

Please sign in to comment.