Skip to content

Commit

Permalink
apply patch (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchshld authored Dec 5, 2023
1 parent 7f723c5 commit 9c8f497
Show file tree
Hide file tree
Showing 6 changed files with 491 additions and 13 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require (
github.com/ncabatoff/process-exporter v0.7.10
github.com/onsi/ginkgo/v2 v2.13.1
github.com/opencontainers/runc v1.1.10
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_model v0.5.0
Expand Down Expand Up @@ -93,7 +94,6 @@ require (
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
Expand Down
Loading

0 comments on commit 9c8f497

Please sign in to comment.