-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from xmidt-org/denopink/feat/validator-metric…
…s-config feat: add validator metrics
- Loading branch information
Showing
9 changed files
with
1,046 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,36 @@ | ||
module github.com/xmidt-org/wrp-go/v3 | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/go-kit/kit v0.13.0 | ||
github.com/go-kit/log v0.2.1 | ||
github.com/google/uuid v1.5.0 | ||
github.com/prometheus/client_golang v1.18.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/ugorji/go/codec v1.2.12 | ||
github.com/xmidt-org/httpaux v0.4.0 | ||
github.com/xmidt-org/sallust v0.2.2 | ||
github.com/xmidt-org/touchstone v0.1.5 | ||
github.com/xmidt-org/webpa-common v1.11.9 | ||
go.uber.org/multierr v1.11.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.46.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
go.uber.org/dig v1.17.1 // indirect | ||
go.uber.org/fx v1.20.1 // indirect | ||
go.uber.org/zap v1.26.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.