From e79c813a78131d93123ca032162484f8dec8c444 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:21:24 +1100 Subject: [PATCH] chore(deps): update all non-major dependencies (#1029) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [esbuild](https://redirect.github.com/evanw/esbuild) | | patch | `0.24.0` -> `0.24.2` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/esbuild/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/esbuild/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/esbuild/0.24.0/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/esbuild/0.24.0/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma) | require | minor | `v2.14.0` -> `v2.15.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2falecthomas%2fchroma%2fv2/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2falecthomas%2fchroma%2fv2/v2.14.0/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.14.0/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/alecthomas/kong](https://redirect.github.com/alecthomas/kong) | require | minor | `v1.5.1` -> `v1.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fkong/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2falecthomas%2fkong/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2falecthomas%2fkong/v1.5.1/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fkong/v1.5.1/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go](https://redirect.github.com/golang/go) | | patch | `1.23.3` -> `1.23.4` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/go/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/go/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/go/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/go/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [watchexec](https://redirect.github.com/watchexec/watchexec) | | patch | `2.2.0` -> `2.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/watchexec/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/watchexec/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/watchexec/2.2.0/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/watchexec/2.2.0/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
evanw/esbuild (esbuild) ### [`v0.24.2`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0242) - Fix regression with `--define` and `import.meta` ([#​4010](https://redirect.github.com/evanw/esbuild/issues/4010), [#​4012](https://redirect.github.com/evanw/esbuild/issues/4012), [#​4013](https://redirect.github.com/evanw/esbuild/pull/4013)) The previous change in version 0.24.1 to use a more expression-like parser for `define` values to allow quoted property names introduced a regression that removed the ability to use `--define:import.meta=...`. Even though `import` is normally a keyword that can't be used as an identifier, ES modules special-case the `import.meta` expression to behave like an identifier anyway. This change fixes the regression. This fix was contributed by [@​sapphi-red](https://redirect.github.com/sapphi-red).
alecthomas/chroma (github.com/alecthomas/chroma/v2) ### [`v2.15.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.15.0) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.14.0...v2.15.0) #### What's Changed - AQL: Add builtin functions introduced in v3.12 by [@​Simran-B](https://redirect.github.com/Simran-B) in [https://github.com/alecthomas/chroma/pull/968](https://redirect.github.com/alecthomas/chroma/pull/968) - chore(styles): add evergarden inspired style by [@​comfysage](https://redirect.github.com/comfysage) in [https://github.com/alecthomas/chroma/pull/970](https://redirect.github.com/alecthomas/chroma/pull/970) - chore(deps): update dependency svu to v2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/971](https://redirect.github.com/alecthomas/chroma/pull/971) - chore(deps): update dependency watchexec to v2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/962](https://redirect.github.com/alecthomas/chroma/pull/962) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/955](https://redirect.github.com/alecthomas/chroma/pull/955) - styles: Fix Gleam alias by [@​jmooring](https://redirect.github.com/jmooring) in [https://github.com/alecthomas/chroma/pull/973](https://redirect.github.com/alecthomas/chroma/pull/973) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/974](https://redirect.github.com/alecthomas/chroma/pull/974) - chore(deps): update dependency python3 to v3.12.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/976](https://redirect.github.com/alecthomas/chroma/pull/976) - added the nordic theme via chroma/styles/nordic.xml by [@​avih7531](https://redirect.github.com/avih7531) in [https://github.com/alecthomas/chroma/pull/977](https://redirect.github.com/alecthomas/chroma/pull/977) - Update the Materialize lexer by [@​arusahni](https://redirect.github.com/arusahni) in [https://github.com/alecthomas/chroma/pull/978](https://redirect.github.com/alecthomas/chroma/pull/978) - feat(lexers/hare): add done keyword by [@​wackbyte](https://redirect.github.com/wackbyte) in [https://github.com/alecthomas/chroma/pull/979](https://redirect.github.com/alecthomas/chroma/pull/979) - pygments2chroma: escape regex.words by [@​oliverpool](https://redirect.github.com/oliverpool) in [https://github.com/alecthomas/chroma/pull/982](https://redirect.github.com/alecthomas/chroma/pull/982) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/981](https://redirect.github.com/alecthomas/chroma/pull/981) - Add JSONata Lexer by [@​DevDimov](https://redirect.github.com/DevDimov) in [https://github.com/alecthomas/chroma/pull/983](https://redirect.github.com/alecthomas/chroma/pull/983) - Go lexer: single line comment without consuming endline, disable EnsureNL by [@​msorc](https://redirect.github.com/msorc) in [https://github.com/alecthomas/chroma/pull/984](https://redirect.github.com/alecthomas/chroma/pull/984) - Update the Materialize lexer by [@​arusahni](https://redirect.github.com/arusahni) in [https://github.com/alecthomas/chroma/pull/987](https://redirect.github.com/alecthomas/chroma/pull/987) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/985](https://redirect.github.com/alecthomas/chroma/pull/985) - Add Gleam to README by [@​Nicd](https://redirect.github.com/Nicd) in [https://github.com/alecthomas/chroma/pull/990](https://redirect.github.com/alecthomas/chroma/pull/990) - Port Minecraft lexers from Pygments by [@​kofuk](https://redirect.github.com/kofuk) in [https://github.com/alecthomas/chroma/pull/992](https://redirect.github.com/alecthomas/chroma/pull/992) - Don't output extra whitespace in YAML multiline by [@​Gusted](https://redirect.github.com/Gusted) in [https://github.com/alecthomas/chroma/pull/993](https://redirect.github.com/alecthomas/chroma/pull/993) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/991](https://redirect.github.com/alecthomas/chroma/pull/991) - add beef syntax and tests by [@​Booklordofthedings](https://redirect.github.com/Booklordofthedings) in [https://github.com/alecthomas/chroma/pull/995](https://redirect.github.com/alecthomas/chroma/pull/995) - Update GitHub light color palette by [@​konradreiche](https://redirect.github.com/konradreiche) in [https://github.com/alecthomas/chroma/pull/998](https://redirect.github.com/alecthomas/chroma/pull/998) - chore(deps): update module github.com/alecthomas/kong to v1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/999](https://redirect.github.com/alecthomas/chroma/pull/999) - Update the Materialize lexer by [@​arusahni](https://redirect.github.com/arusahni) in [https://github.com/alecthomas/chroma/pull/1001](https://redirect.github.com/alecthomas/chroma/pull/1001) - Update TypeScript lexer to allow nested generics by [@​fredrare](https://redirect.github.com/fredrare) in [https://github.com/alecthomas/chroma/pull/1002](https://redirect.github.com/alecthomas/chroma/pull/1002) - Pager friendly terminal formatting by [@​walles](https://redirect.github.com/walles) in [https://github.com/alecthomas/chroma/pull/1006](https://redirect.github.com/alecthomas/chroma/pull/1006) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/997](https://redirect.github.com/alecthomas/chroma/pull/997) - Add Typst Lexer by [@​oliverpool](https://redirect.github.com/oliverpool) in [https://github.com/alecthomas/chroma/pull/1007](https://redirect.github.com/alecthomas/chroma/pull/1007) - Add Jsonnet Lexer by [@​jolheiser](https://redirect.github.com/jolheiser) in [https://github.com/alecthomas/chroma/pull/1011](https://redirect.github.com/alecthomas/chroma/pull/1011) - fix: add underscore parsing in numbers for haskell by [@​Gusted](https://redirect.github.com/Gusted) in [https://github.com/alecthomas/chroma/pull/1020](https://redirect.github.com/alecthomas/chroma/pull/1020) - Add CSV lexer by [@​walles](https://redirect.github.com/walles) in [https://github.com/alecthomas/chroma/pull/1005](https://redirect.github.com/alecthomas/chroma/pull/1005) - fix(typescript): highlight string literal type parameters by [@​SKalt](https://redirect.github.com/SKalt) in [https://github.com/alecthomas/chroma/pull/1010](https://redirect.github.com/alecthomas/chroma/pull/1010) - add any as a builtin type for go by [@​quartercastle](https://redirect.github.com/quartercastle) in [https://github.com/alecthomas/chroma/pull/1021](https://redirect.github.com/alecthomas/chroma/pull/1021) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/1013](https://redirect.github.com/alecthomas/chroma/pull/1013) - Remove whitespace tokenizing rule in markdown lexer by [@​cloudchamb3r](https://redirect.github.com/cloudchamb3r) in [https://github.com/alecthomas/chroma/pull/1008](https://redirect.github.com/alecthomas/chroma/pull/1008) - feat(JSON): support `.jsonc` extension by [@​CarterLi](https://redirect.github.com/CarterLi) in [https://github.com/alecthomas/chroma/pull/1022](https://redirect.github.com/alecthomas/chroma/pull/1022) - Add Eclipse ATL language (https://eclipse.dev/atl/) by [@​dwagelaar](https://redirect.github.com/dwagelaar) in [https://github.com/alecthomas/chroma/pull/1024](https://redirect.github.com/alecthomas/chroma/pull/1024) - Import NSIS Lexer from Pygments by [@​JakobDev](https://redirect.github.com/JakobDev) in [https://github.com/alecthomas/chroma/pull/1026](https://redirect.github.com/alecthomas/chroma/pull/1026) - chore(deps): update module github.com/alecthomas/kong to v1.5.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/1025](https://redirect.github.com/alecthomas/chroma/pull/1025) - fix(nix): nix lexor missing '=' operator by [@​FlyingStitchman](https://redirect.github.com/FlyingStitchman) in [https://github.com/alecthomas/chroma/pull/1031](https://redirect.github.com/alecthomas/chroma/pull/1031) - Add WebVTT lexer ([#​707](https://redirect.github.com/alecthomas/chroma/issues/707)) by [@​dschuessler](https://redirect.github.com/dschuessler) in [https://github.com/alecthomas/chroma/pull/1032](https://redirect.github.com/alecthomas/chroma/pull/1032) #### New Contributors - [@​comfysage](https://redirect.github.com/comfysage) made their first contribution in [https://github.com/alecthomas/chroma/pull/970](https://redirect.github.com/alecthomas/chroma/pull/970) - [@​avih7531](https://redirect.github.com/avih7531) made their first contribution in [https://github.com/alecthomas/chroma/pull/977](https://redirect.github.com/alecthomas/chroma/pull/977) - [@​wackbyte](https://redirect.github.com/wackbyte) made their first contribution in [https://github.com/alecthomas/chroma/pull/979](https://redirect.github.com/alecthomas/chroma/pull/979) - [@​oliverpool](https://redirect.github.com/oliverpool) made their first contribution in [https://github.com/alecthomas/chroma/pull/982](https://redirect.github.com/alecthomas/chroma/pull/982) - [@​DevDimov](https://redirect.github.com/DevDimov) made their first contribution in [https://github.com/alecthomas/chroma/pull/983](https://redirect.github.com/alecthomas/chroma/pull/983) - [@​msorc](https://redirect.github.com/msorc) made their first contribution in [https://github.com/alecthomas/chroma/pull/984](https://redirect.github.com/alecthomas/chroma/pull/984) - [@​Nicd](https://redirect.github.com/Nicd) made their first contribution in [https://github.com/alecthomas/chroma/pull/990](https://redirect.github.com/alecthomas/chroma/pull/990) - [@​Booklordofthedings](https://redirect.github.com/Booklordofthedings) made their first contribution in [https://github.com/alecthomas/chroma/pull/995](https://redirect.github.com/alecthomas/chroma/pull/995) - [@​konradreiche](https://redirect.github.com/konradreiche) made their first contribution in [https://github.com/alecthomas/chroma/pull/998](https://redirect.github.com/alecthomas/chroma/pull/998) - [@​fredrare](https://redirect.github.com/fredrare) made their first contribution in [https://github.com/alecthomas/chroma/pull/1002](https://redirect.github.com/alecthomas/chroma/pull/1002) - [@​SKalt](https://redirect.github.com/SKalt) made their first contribution in [https://github.com/alecthomas/chroma/pull/1010](https://redirect.github.com/alecthomas/chroma/pull/1010) - [@​quartercastle](https://redirect.github.com/quartercastle) made their first contribution in [https://github.com/alecthomas/chroma/pull/1021](https://redirect.github.com/alecthomas/chroma/pull/1021) - [@​cloudchamb3r](https://redirect.github.com/cloudchamb3r) made their first contribution in [https://github.com/alecthomas/chroma/pull/1008](https://redirect.github.com/alecthomas/chroma/pull/1008) - [@​CarterLi](https://redirect.github.com/CarterLi) made their first contribution in [https://github.com/alecthomas/chroma/pull/1022](https://redirect.github.com/alecthomas/chroma/pull/1022) - [@​dwagelaar](https://redirect.github.com/dwagelaar) made their first contribution in [https://github.com/alecthomas/chroma/pull/1024](https://redirect.github.com/alecthomas/chroma/pull/1024) - [@​FlyingStitchman](https://redirect.github.com/FlyingStitchman) made their first contribution in [https://github.com/alecthomas/chroma/pull/1031](https://redirect.github.com/alecthomas/chroma/pull/1031) - [@​dschuessler](https://redirect.github.com/dschuessler) made their first contribution in [https://github.com/alecthomas/chroma/pull/1032](https://redirect.github.com/alecthomas/chroma/pull/1032) **Full Changelog**: https://github.com/alecthomas/chroma/compare/v2.14.0...v2.15.0
alecthomas/kong (github.com/alecthomas/kong) ### [`v1.6.1`](https://redirect.github.com/alecthomas/kong/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/alecthomas/kong/compare/v1.6.0...v1.6.1) #### What's Changed - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/kong/pull/476](https://redirect.github.com/alecthomas/kong/pull/476) - fix(Context.Run): Don't panic on unselected root node by [@​abhinav](https://redirect.github.com/abhinav) in [https://github.com/alecthomas/kong/pull/484](https://redirect.github.com/alecthomas/kong/pull/484) **Full Changelog**: https://github.com/alecthomas/kong/compare/v1.6.0...v1.6.1 ### [`v1.6.0`](https://redirect.github.com/alecthomas/kong/compare/v1.5.1...v1.6.0) [Compare Source](https://redirect.github.com/alecthomas/kong/compare/v1.5.1...v1.6.0)
golang/go (go) ### [`v1.23.4`](https://redirect.github.com/golang/go/compare/go1.23.3...go1.23.4)
watchexec/watchexec (watchexec) ### [`v2.2.1`](https://redirect.github.com/watchexec/watchexec/releases/tag/v2.2.1): CLI v2.2.1
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/alecthomas/chroma). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bin/{.esbuild-0.24.0.pkg => .esbuild-0.24.2.pkg} | 0 bin/{.go-1.23.3.pkg => .go-1.23.4.pkg} | 0 bin/{.watchexec-2.2.0.pkg => .watchexec-2.2.1.pkg} | 0 bin/esbuild | 2 +- bin/go | 2 +- bin/gofmt | 2 +- bin/watchexec | 2 +- cmd/chroma/go.mod | 4 ++-- cmd/chroma/go.sum | 2 ++ cmd/chromad/go.mod | 4 ++-- cmd/chromad/go.sum | 2 ++ 11 files changed, 12 insertions(+), 8 deletions(-) rename bin/{.esbuild-0.24.0.pkg => .esbuild-0.24.2.pkg} (100%) rename bin/{.go-1.23.3.pkg => .go-1.23.4.pkg} (100%) rename bin/{.watchexec-2.2.0.pkg => .watchexec-2.2.1.pkg} (100%) diff --git a/bin/.esbuild-0.24.0.pkg b/bin/.esbuild-0.24.2.pkg similarity index 100% rename from bin/.esbuild-0.24.0.pkg rename to bin/.esbuild-0.24.2.pkg diff --git a/bin/.go-1.23.3.pkg b/bin/.go-1.23.4.pkg similarity index 100% rename from bin/.go-1.23.3.pkg rename to bin/.go-1.23.4.pkg diff --git a/bin/.watchexec-2.2.0.pkg b/bin/.watchexec-2.2.1.pkg similarity index 100% rename from bin/.watchexec-2.2.0.pkg rename to bin/.watchexec-2.2.1.pkg diff --git a/bin/esbuild b/bin/esbuild index a6517a537..7330df08f 120000 --- a/bin/esbuild +++ b/bin/esbuild @@ -1 +1 @@ -.esbuild-0.24.0.pkg \ No newline at end of file +.esbuild-0.24.2.pkg \ No newline at end of file diff --git a/bin/go b/bin/go index a1a9b7edb..3c91a6cf8 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.23.3.pkg \ No newline at end of file +.go-1.23.4.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index a1a9b7edb..3c91a6cf8 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.23.3.pkg \ No newline at end of file +.go-1.23.4.pkg \ No newline at end of file diff --git a/bin/watchexec b/bin/watchexec index edcd65b3e..91ca91066 120000 --- a/bin/watchexec +++ b/bin/watchexec @@ -1 +1 @@ -.watchexec-2.2.0.pkg \ No newline at end of file +.watchexec-2.2.1.pkg \ No newline at end of file diff --git a/cmd/chroma/go.mod b/cmd/chroma/go.mod index e1cb4f8fb..7ce4028ad 100644 --- a/cmd/chroma/go.mod +++ b/cmd/chroma/go.mod @@ -5,8 +5,8 @@ go 1.19 replace github.com/alecthomas/chroma/v2 => ../../ require ( - github.com/alecthomas/chroma/v2 v2.14.0 - github.com/alecthomas/kong v1.5.1 + github.com/alecthomas/chroma/v2 v2.15.0 + github.com/alecthomas/kong v1.6.1 github.com/mattn/go-colorable v0.1.13 github.com/mattn/go-isatty v0.0.20 ) diff --git a/cmd/chroma/go.sum b/cmd/chroma/go.sum index c17ee91f4..a0bcef6fa 100644 --- a/cmd/chroma/go.sum +++ b/cmd/chroma/go.sum @@ -11,6 +11,8 @@ github.com/alecthomas/kong v1.4.0 h1:UL7tzGMnnY0YRMMvJyITIRX1EpO6RbBRZDNcCevy3HA github.com/alecthomas/kong v1.4.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= github.com/alecthomas/kong v1.5.1 h1:9quB93P2aNGXf5C1kWNei85vjBgITNJQA4dSwJQGCOY= github.com/alecthomas/kong v1.5.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= +github.com/alecthomas/kong v1.6.1 h1:/7bVimARU3uxPD0hbryPE8qWrS3Oz3kPQoxA/H2NKG8= +github.com/alecthomas/kong v1.6.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk= github.com/dlclark/regexp2 v1.10.0 h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq0= github.com/dlclark/regexp2 v1.10.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= diff --git a/cmd/chromad/go.mod b/cmd/chromad/go.mod index a463dc6c2..33b93ad0b 100644 --- a/cmd/chromad/go.mod +++ b/cmd/chromad/go.mod @@ -3,8 +3,8 @@ module github.com/alecthomas/chroma/v2/cmd/chromad go 1.19 require ( - github.com/alecthomas/chroma/v2 v2.14.0 - github.com/alecthomas/kong v1.5.1 + github.com/alecthomas/chroma/v2 v2.15.0 + github.com/alecthomas/kong v1.6.1 github.com/alecthomas/kong-hcl v1.0.1 github.com/gorilla/csrf v1.7.2 github.com/gorilla/handlers v1.5.2 diff --git a/cmd/chromad/go.sum b/cmd/chromad/go.sum index d8a07d122..5296e5eec 100644 --- a/cmd/chromad/go.sum +++ b/cmd/chromad/go.sum @@ -12,6 +12,8 @@ github.com/alecthomas/kong v1.4.0 h1:UL7tzGMnnY0YRMMvJyITIRX1EpO6RbBRZDNcCevy3HA github.com/alecthomas/kong v1.4.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= github.com/alecthomas/kong v1.5.1 h1:9quB93P2aNGXf5C1kWNei85vjBgITNJQA4dSwJQGCOY= github.com/alecthomas/kong v1.5.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= +github.com/alecthomas/kong v1.6.1 h1:/7bVimARU3uxPD0hbryPE8qWrS3Oz3kPQoxA/H2NKG8= +github.com/alecthomas/kong v1.6.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= 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=