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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/luno/shift

go 1.25.3
go 1.26.0

toolchain go1.26.1

require (
github.com/luno/jettison v0.0.0-20260328151427-502b299c2358
github.com/luno/jettison v0.0.0-20260409100325-ee7912824954
github.com/luno/reflex v0.0.0-20260328151636-0b8aa7faeffe
github.com/sebdah/goldie/v2 v2.8.0
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
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/luno/jettison v0.0.0-20260409100325-ee7912824954 h1:yBqMOCydTIiB80lK3oka69jUcRtG97zelNYA13GrduU=
github.com/luno/jettison v0.0.0-20260409100325-ee7912824954/go.mod h1:+Y3h0xXRF2DONC5/9NOmUWYpF47QEn/NsTViEMPTPfQ=
github.com/luno/reflex v0.0.0-20260328151636-0b8aa7faeffe h1:v7kygCqRTKlK5YQ7L/HUz3NyTKQHSaKNZpUif49MoNg=
github.com/luno/reflex v0.0.0-20260328151636-0b8aa7faeffe/go.mod h1:p0KuW0cbfnLnoHdKSXUsfVBbh371jxCYzEmyQnzEtWE=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
Expand Down
Loading