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

require (
github.com/luno/jettison v0.0.0-20260323123002-87b999fd9af1
github.com/luno/jettison v0.0.0-20260328151427-502b299c2358
github.com/sebdah/goldie/v2 v2.8.0
github.com/stretchr/testify v1.11.1
golang.org/x/tools v0.43.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
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/jettison v0.0.0-20260328151427-502b299c2358 h1:CWjPEhpAPXJuhAtOSjn8QnlrJkRLxiVAeMPG2h0z3Hg=
github.com/luno/jettison v0.0.0-20260328151427-502b299c2358/go.mod h1:8PWw3Ki2E7KC6SqU/AkVmhppzgjh/0eQ+o4VolXk/9c=
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