Skip to content

Commit f35fc04

Browse files
authored
Pick up latest compiler which supports the count attribute on sets. (#33)
1 parent 3a6cec7 commit f35fc04

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/golang-jwt/jwt v3.2.2+incompatible
1010
github.com/jedib0t/go-pretty/v6 v6.6.5
1111
github.com/posener/complete v1.2.3
12-
github.com/prequel-dev/prequel-logmatch v0.0.12
12+
github.com/prequel-dev/prequel-logmatch v0.0.13
1313
github.com/rs/zerolog v1.34.0
1414
github.com/willabides/kongplete v0.4.0
1515
gopkg.in/yaml.v3 v3.0.1
@@ -30,7 +30,7 @@ require (
3030
require (
3131
github.com/cqroot/prompt v0.9.4
3232
github.com/fatih/color v1.18.0
33-
github.com/prequel-dev/prequel-compiler v0.0.8
33+
github.com/prequel-dev/prequel-compiler v0.0.9
3434
github.com/spf13/cobra v1.8.1
3535
github.com/spf13/viper v1.20.1
3636
gopkg.in/yaml.v2 v2.4.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
192192
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
193193
github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=
194194
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
195-
github.com/prequel-dev/prequel-compiler v0.0.8 h1:lMErpgd3+FEnt8JvTJdCxNqLs0/ssPCJ1msxBTM1PJo=
196-
github.com/prequel-dev/prequel-compiler v0.0.8/go.mod h1:kknOPPR0U3D3kOBjjm2km40Z7kRLgvcUhRtnIJj33u4=
197-
github.com/prequel-dev/prequel-logmatch v0.0.12 h1:BwYDu+Wi+hJ0u3SGr6B1PhD6l8Zg5ejHP2x/iiMcygI=
198-
github.com/prequel-dev/prequel-logmatch v0.0.12/go.mod h1:Dpfd/79s8vMCmIdmNQ5kC8WAvw/XjOd2z6wEIe3Lkck=
195+
github.com/prequel-dev/prequel-compiler v0.0.9 h1:t5DfnYhk6/j1uBTbnZSqL0MOmmTIh7urUg3k8jVnDm0=
196+
github.com/prequel-dev/prequel-compiler v0.0.9/go.mod h1:cA1v+gPi9/toDHQaQCYwgvDmP2UTtHOf5QU0qu2Ksts=
197+
github.com/prequel-dev/prequel-logmatch v0.0.13 h1:cPKs1FbhfDyPevGkEOVEud+HZT7r385a+ZumWvBlmQw=
198+
github.com/prequel-dev/prequel-logmatch v0.0.13/go.mod h1:Dpfd/79s8vMCmIdmNQ5kC8WAvw/XjOd2z6wEIe3Lkck=
199199
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
200200
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
201201
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=

0 commit comments

Comments
 (0)