Skip to content

Commit

Permalink
Merge pull request #12 from ethpandaops/chore/tidy
Browse files Browse the repository at this point in the history
chore(gomod): prom client
  • Loading branch information
Savid authored Nov 14, 2022
2 parents 9d51d9d + ce5da0a commit ac5986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/creasty/defaults v1.6.0
github.com/go-co-op/gocron v1.17.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/samcm/beacon v0.6.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
Expand All @@ -33,7 +34,6 @@ require (
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
Expand Down

0 comments on commit ac5986d

Please sign in to comment.