Skip to content
Closed
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
6 changes: 3 additions & 3 deletions module/ctxout/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/swaros/contxt/module/ctxout

go 1.23.0
go 1.24.0

require (
atomicgo.dev/cursor v0.2.0
Expand All @@ -9,11 +9,11 @@ require (
github.com/rivo/uniseg v0.4.7
github.com/swaros/contxt/module/systools v0.0.0-20230531064521-09943a54576e
github.com/swaros/manout v0.2.1
golang.org/x/term v0.33.0
golang.org/x/term v0.40.0
)

require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/swaros/outinject v0.0.4 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)
8 changes: 4 additions & 4 deletions module/ctxout/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ github.com/swaros/manout v0.2.1 h1:vahzXmDrqgtm30CE36vvPnMQWfh+p5PwwIBbfz8IrPY=
github.com/swaros/manout v0.2.1/go.mod h1:jShapWGngejTppzXUDyISFXH7ZaRLQaGiKlagQhZuic=
github.com/swaros/outinject v0.0.4 h1:i9/qMaUTGaAE3vNU6rStX78eMXnVEtEKfxqR7sgaVLg=
github.com/swaros/outinject v0.0.4/go.mod h1:wcIOa87m1ijBNaDFVvLBgo7wLOfE6s1fdDIHCy4RYb4=
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
golang.org/x/term v0.40.0 h1:36e4zGLqU4yhjlmxEaagx2KuYbJq3EwY8K943ZsHcvg=
golang.org/x/term v0.40.0/go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM=
Loading