Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update necessary deps #158

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

HamphreyR26
Copy link

@HamphreyR26 HamphreyR26 commented May 28, 2024

This PR is necessary to update guardiand deps
Prometheus commons unexported the FmtText in prometheus/common v0.48 and instead exported the NewFormat function passing in a format type.

Changes

  • updated prometheus golang client to v1.19.1
  • updated protobuf to v1.5.4
  • fixed undefined: expfmt.FmtText

The go.mod was generated the following way:

go get github.com/prometheus/client_golang@v1.19.1
go get github.com/golang/protobuf@v1.5.4
go mod tidy
cd simapp && go mod tidy
  • make build runs successfully

@HamphreyR26
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant