Skip to content

Commit

Permalink
fix(logql): partially better summarize by
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jan 23, 2025
1 parent 02ad229 commit 10987d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/humanlogio/api/go v0.0.0-20250117080233-3e6fac65b137
github.com/humanlogio/humanlog-pro v0.0.0-20250123063604-b1680c9bedb5
github.com/humanlogio/humanlog-pro v0.0.0-20250123091916-8d3daf0db66f
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6
github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e
github.com/matoous/go-nanoid v1.5.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ github.com/humanlogio/api/go v0.0.0-20250117080233-3e6fac65b137 h1:8Udl0XG9H6hks
github.com/humanlogio/api/go v0.0.0-20250117080233-3e6fac65b137/go.mod h1:sjMKAl97fvxNckIhcGWAxZwv6+c+I0thx5QvMc1ifaM=
github.com/humanlogio/humanlog-pro v0.0.0-20250123063604-b1680c9bedb5 h1:/MJEOVol2oN/6KykZ5c+emS7D4Wxp6qn4rcCJsJ9VUA=
github.com/humanlogio/humanlog-pro v0.0.0-20250123063604-b1680c9bedb5/go.mod h1:9kTX1F99QI1LzdNud42mnKITI7/LSPlkwHQJQh9My7w=
github.com/humanlogio/humanlog-pro v0.0.0-20250123091916-8d3daf0db66f h1:I4DzlSeGHaQuoca+wfFxg/NbfOmqPRQXPQVAqsaYSaM=
github.com/humanlogio/humanlog-pro v0.0.0-20250123091916-8d3daf0db66f/go.mod h1:9kTX1F99QI1LzdNud42mnKITI7/LSPlkwHQJQh9My7w=
github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
Expand Down

0 comments on commit 10987d7

Please sign in to comment.