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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/biome
2 changes: 1 addition & 1 deletion bin/caddy
2 changes: 1 addition & 1 deletion bin/esbuild
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/just
2 changes: 1 addition & 1 deletion bin/pip
2 changes: 1 addition & 1 deletion bin/pip3
1 change: 0 additions & 1 deletion bin/pip3.13

This file was deleted.

1 change: 1 addition & 0 deletions bin/pip3.14
2 changes: 1 addition & 1 deletion bin/pydoc3
1 change: 0 additions & 1 deletion bin/pydoc3.13

This file was deleted.

1 change: 1 addition & 0 deletions bin/pydoc3.14
2 changes: 1 addition & 1 deletion bin/python
2 changes: 1 addition & 1 deletion bin/python3
2 changes: 1 addition & 1 deletion bin/python3-config
1 change: 0 additions & 1 deletion bin/python3.13

This file was deleted.

1 change: 0 additions & 1 deletion bin/python3.13-config

This file was deleted.

1 change: 1 addition & 0 deletions bin/python3.14
1 change: 1 addition & 0 deletions bin/python3.14-config
2 changes: 1 addition & 1 deletion bin/reflex
2 changes: 1 addition & 1 deletion bin/svu
2 changes: 1 addition & 1 deletion bin/uv
2 changes: 1 addition & 1 deletion bin/uvx
2 changes: 1 addition & 1 deletion bin/watchexec
4 changes: 2 additions & 2 deletions cmd/chroma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ module github.com/alecthomas/chroma/v2/cmd/chroma

go 1.22

toolchain go1.25.6
toolchain go1.26.1

replace github.com/alecthomas/chroma/v2 => ../../

require (
github.com/alecthomas/chroma/v2 v2.23.1
github.com/alecthomas/kong v1.13.0
github.com/alecthomas/kong v1.14.0
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-isatty v0.0.20
)
Expand Down
2 changes: 2 additions & 0 deletions cmd/chroma/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8v
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
github.com/alecthomas/kong v1.13.0 h1:5e/7XC3ugvhP1DQBmTS+WuHtCbcv44hsohMgcvVxSrA=
github.com/alecthomas/kong v1.13.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/kong v1.14.0 h1:gFgEUZWu2ZmZ+UhyZ1bDhuutbKN1nTtJTwh19Wsn21s=
github.com/alecthomas/kong v1.14.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs=
github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=
Expand Down
4 changes: 2 additions & 2 deletions cmd/chromad/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module github.com/alecthomas/chroma/v2/cmd/chromad

go 1.22

toolchain go1.25.6
toolchain go1.26.1

require (
github.com/alecthomas/chroma/v2 v2.23.1
github.com/alecthomas/kong v1.13.0
github.com/alecthomas/kong v1.14.0
github.com/alecthomas/kong-hcl v1.0.1
github.com/gorilla/csrf v1.7.2
github.com/gorilla/handlers v1.5.2
Expand Down
2 changes: 2 additions & 0 deletions cmd/chromad/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ github.com/alecthomas/kong v1.12.1 h1:iq6aMJDcFYP9uFrLdsiZQ2ZMmcshduyGv4Pek0MQPW
github.com/alecthomas/kong v1.12.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
github.com/alecthomas/kong v1.13.0 h1:5e/7XC3ugvhP1DQBmTS+WuHtCbcv44hsohMgcvVxSrA=
github.com/alecthomas/kong v1.13.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/kong v1.14.0 h1:gFgEUZWu2ZmZ+UhyZ1bDhuutbKN1nTtJTwh19Wsn21s=
github.com/alecthomas/kong v1.14.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
github.com/alecthomas/kong-hcl v1.0.1 h1:f4svdFpEoNUwlpZj57CvfhzSnSfP/KBzMDETlwamd/s=
github.com/alecthomas/kong-hcl v1.0.1/go.mod h1:6Y+MaMTZ/KQe9Qme6aSlKtql65FJE0/1O+Mu56C6UgQ=
github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk=
Expand Down