Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1029)
Browse files Browse the repository at this point in the history
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

<details>
<summary>evanw/esbuild (esbuild)</summary>

###
[`v0.24.2`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0242)

- Fix regression with `--define` and `import.meta`
([#&#8203;4010](https://redirect.github.com/evanw/esbuild/issues/4010),
[#&#8203;4012](https://redirect.github.com/evanw/esbuild/issues/4012),
[#&#8203;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
[@&#8203;sapphi-red](https://redirect.github.com/sapphi-red).

</details>

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
([#&#8203;707](https://redirect.github.com/alecthomas/chroma/issues/707))
by [@&#8203;dschuessler](https://redirect.github.com/dschuessler) in
[https://github.com/alecthomas/chroma/pull/1032](https://redirect.github.com/alecthomas/chroma/pull/1032)

#### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
-
[@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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**:
v2.14.0...v2.15.0

</details>

<details>
<summary>alecthomas/kong (github.com/alecthomas/kong)</summary>

###
[`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
[@&#8203;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
[@&#8203;abhinav](https://redirect.github.com/abhinav) in
[https://github.com/alecthomas/kong/pull/484](https://redirect.github.com/alecthomas/kong/pull/484)

**Full Changelog**:
alecthomas/kong@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)

</details>

<details>
<summary>golang/go (go)</summary>

###
[`v1.23.4`](https://redirect.github.com/golang/go/compare/go1.23.3...go1.23.4)

</details>

<details>
<summary>watchexec/watchexec (watchexec)</summary>

###
[`v2.2.1`](https://redirect.github.com/watchexec/watchexec/releases/tag/v2.2.1):
CLI v2.2.1

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 009385f commit e79c813
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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/watchexec
4 changes: 2 additions & 2 deletions cmd/chroma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 2 additions & 0 deletions cmd/chroma/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions cmd/chromad/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions cmd/chromad/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit e79c813

Please sign in to comment.