Skip to content
Open
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.25.6

require (
github.com/luno/jettison v0.0.0-20260323123002-87b999fd9af1
github.com/luno/reflex v0.0.0-20260204095353-c2dbcb578b31
github.com/luno/reflex v0.0.0-20260204153740-627b64146f75
github.com/sebdah/goldie/v2 v2.8.0
github.com/stretchr/testify v1.11.1
golang.org/x/tools v0.41.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/luno/jettison v0.0.0-20260323123002-87b999fd9af1 h1:+WfiRyrePpuqs7d4zdZDtU1Rn3gCoFqPMNF2WwOiUNw=
github.com/luno/jettison v0.0.0-20260323123002-87b999fd9af1/go.mod h1:8PWw3Ki2E7KC6SqU/AkVmhppzgjh/0eQ+o4VolXk/9c=
github.com/luno/reflex v0.0.0-20260204095353-c2dbcb578b31 h1:NInMADj2hNHYyWpbP7R9ACGYhvGBFQj49UK+Jz/h+vk=
github.com/luno/reflex v0.0.0-20260204095353-c2dbcb578b31/go.mod h1:EuOtp5ZMFP3uhcQRMvGwLWrzeqyxXg4Bra16bTlMqHo=
github.com/luno/reflex v0.0.0-20260204153740-627b64146f75 h1:hJZA0DaTLS6LcOQ8J9qIdLM7DFPZ2FfjhunStO4Ng5Y=
github.com/luno/reflex v0.0.0-20260204153740-627b64146f75/go.mod h1:TY1oEdCqYSeCTY093pTdKillp7nEJkYS1J6uB+ZVTw4=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
Expand Down
Loading