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

Bump github.com/xmidt-org/argus from 0.9.5 to 0.9.7 #140

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ go 1.15
require (
github.com/go-kit/kit v0.12.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
github.com/spf13/cast v1.5.0
github.com/stretchr/testify v1.8.1
github.com/xmidt-org/argus v0.9.5
github.com/xmidt-org/argus v0.9.7
github.com/xmidt-org/bascule v0.11.4
github.com/xmidt-org/httpaux v0.3.2
github.com/xmidt-org/sallust v0.2.1
Expand Down
Loading