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

feat!(logql): equality is now with == and not = #146

Merged
merged 1 commit into from
Dec 30, 2024
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ require (
github.com/go-logfmt/logfmt v0.5.1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/humanlogio/api/go v0.0.0-20241222135339-d80f3e9c70c3
github.com/humanlogio/humanlog-pro v0.0.0-20241222102640-7d8e5c5aa73f
github.com/humanlogio/api/go v0.0.0-20241230081858-bc6f5e961690
github.com/humanlogio/humanlog-pro v0.0.0-20241230082014-6009a105cc14
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
14 changes: 4 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,10 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c h1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU=
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c/go.mod h1:NMPJylDgVpX0MLRlPy15sqSwOFv/U1GZ2m21JhFfek0=
github.com/humanlogio/api/go v0.0.0-20241222094300-0b4f4b67d589 h1:qN+0Si/PicOj3CRTnUnpfv5jgHDbQfXNgNqe180mjyU=
github.com/humanlogio/api/go v0.0.0-20241222094300-0b4f4b67d589/go.mod h1:sjMKAl97fvxNckIhcGWAxZwv6+c+I0thx5QvMc1ifaM=
github.com/humanlogio/api/go v0.0.0-20241222135339-d80f3e9c70c3 h1:w8BGAociqmcpN6Rfe4tK03leB4HgNZSenLxUZiuCt+I=
github.com/humanlogio/api/go v0.0.0-20241222135339-d80f3e9c70c3/go.mod h1:sjMKAl97fvxNckIhcGWAxZwv6+c+I0thx5QvMc1ifaM=
github.com/humanlogio/humanlog-pro v0.0.0-20241217115348-251a98ffde3c h1:FPMln3Ff3WTEiX6z69DxxuxLaZZCNgRbKHtDdXohe0c=
github.com/humanlogio/humanlog-pro v0.0.0-20241217115348-251a98ffde3c/go.mod h1:+DAvLjnurssG0w1mZrGDqAA6ZfHcllzvC97nVGvi4cE=
github.com/humanlogio/humanlog-pro v0.0.0-20241222102200-c967666b42e8 h1:MCJft1BV1zELeR4jld8uvTxiqUE2tGBDskL4T/60z/4=
github.com/humanlogio/humanlog-pro v0.0.0-20241222102200-c967666b42e8/go.mod h1:afYRZoh26KkhLsG/3S+qngpiQW4XkIw/qz6b8Vb56xQ=
github.com/humanlogio/humanlog-pro v0.0.0-20241222102640-7d8e5c5aa73f h1:69NO3TybWWr3TN7P+msYAYk7/P/E5kwYwWU/bTYOyrY=
github.com/humanlogio/humanlog-pro v0.0.0-20241222102640-7d8e5c5aa73f/go.mod h1:afYRZoh26KkhLsG/3S+qngpiQW4XkIw/qz6b8Vb56xQ=
github.com/humanlogio/api/go v0.0.0-20241230081858-bc6f5e961690 h1:fY0p5IkINbLK4YULRdJ4W69iYR+EJxhVt1+1raqZO2A=
github.com/humanlogio/api/go v0.0.0-20241230081858-bc6f5e961690/go.mod h1:sjMKAl97fvxNckIhcGWAxZwv6+c+I0thx5QvMc1ifaM=
github.com/humanlogio/humanlog-pro v0.0.0-20241230082014-6009a105cc14 h1:oQOZJtBnv8pCz4k0StJ5pScYAGTAk55HvaG2KHvB1F0=
github.com/humanlogio/humanlog-pro v0.0.0-20241230082014-6009a105cc14/go.mod h1:BzxgpgtlYvGZCZ1esA8PGDSNl18Z1mRzYhMht5DPMA0=
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
Loading