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.
2 changes: 1 addition & 1 deletion bin/esbuild
2 changes: 1 addition & 1 deletion cmd/chroma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.24.2
replace github.com/alecthomas/chroma/v2 => ../../

require (
github.com/alecthomas/chroma/v2 v2.16.0
github.com/alecthomas/chroma/v2 v2.17.0
github.com/alecthomas/kong v1.10.0
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-isatty v0.0.20
Expand Down
2 changes: 1 addition & 1 deletion cmd/chromad/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.24.2

require (
github.com/alecthomas/chroma/v2 v2.16.0
github.com/alecthomas/chroma/v2 v2.17.0
github.com/alecthomas/kong v1.10.0
github.com/alecthomas/kong-hcl v1.0.1
github.com/gorilla/csrf v1.7.3
Expand Down