loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Update module github.com/go-enry/go-enry/v2 to v2.8.8' (#3723) from renovate/github.com-go-enry-go-enry-v2-2.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3723
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+21 -3
+1 -1
go.mod
··· 39 39 github.com/go-chi/chi/v5 v5.0.11 40 40 github.com/go-chi/cors v1.2.1 41 41 github.com/go-co-op/gocron v1.37.0 42 - github.com/go-enry/go-enry/v2 v2.8.7 42 + github.com/go-enry/go-enry/v2 v2.8.8 43 43 github.com/go-fed/httpsig v1.1.1-0.20201223112313-55836744818e 44 44 github.com/go-git/go-billy/v5 v5.5.0 45 45 github.com/go-git/go-git/v5 v5.11.0
+2 -2
go.sum
··· 294 294 github.com/go-chi/cors v1.2.1/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58= 295 295 github.com/go-co-op/gocron v1.37.0 h1:ZYDJGtQ4OMhTLKOKMIch+/CY70Brbb1dGdooLEhh7b0= 296 296 github.com/go-co-op/gocron v1.37.0/go.mod h1:3L/n6BkO7ABj+TrfSVXLRzsP26zmikL4ISkLQ0O8iNY= 297 - github.com/go-enry/go-enry/v2 v2.8.7 h1:vbab0pcf5Yo1cHQLzbWZ+QomUh3EfEU8EiR5n7W0lnQ= 298 - github.com/go-enry/go-enry/v2 v2.8.7/go.mod h1:9yrj4ES1YrbNb1Wb7/PWYr2bpaCXUGRt0uafN0ISyG8= 297 + github.com/go-enry/go-enry/v2 v2.8.8 h1:EhfxWpw4DQ3WEFB1Y77X8vKqZL0D0EDUUWYDUAIv9/4= 298 + github.com/go-enry/go-enry/v2 v2.8.8/go.mod h1:9yrj4ES1YrbNb1Wb7/PWYr2bpaCXUGRt0uafN0ISyG8= 299 299 github.com/go-enry/go-oniguruma v1.2.1 h1:k8aAMuJfMrqm/56SG2lV9Cfti6tC4x8673aHCcBk+eo= 300 300 github.com/go-enry/go-oniguruma v1.2.1/go.mod h1:bWDhYP+S6xZQgiRL7wlTScFYBe023B6ilRZbCAD5Hf4= 301 301 github.com/go-faster/city v1.0.1 h1:4WAxSZ3V2Ws4QRDrscLEDcibJY8uf41H6AhXDrNDcGw=
+18
release-notes/8.0.0/feat/3723.md
··· 1 + - With the go-enry upgrade to [v2.8.8](https://github.com/go-enry/go-enry/releases/tag/v2.8.8), language detection in the repository [now includes](https://github.com/github-linguist/linguist/releases/tag/v7.29.0): 2 + - New languages 3 + - [Roc](https://github.com/github-linguist/linguist/pull/6633) 4 + - [BitBake](https://github.com/github-linguist/linguist/pull/6665) with `.bbappend`, `.bbclass` and `.inc` extensions 5 + - [Glimmer TS](https://github.com/github-linguist/linguist/pull/6680) 6 + - [Edge](https://github.com/github-linguist/linguist/pull/6695) 7 + - [Pip Requirements](https://github.com/github-linguist/linguist/pull/6739) 8 + - [Mojo](https://github.com/github-linguist/linguist/pull/6400) 9 + - [Slint](https://github.com/github-linguist/linguist/pull/6750) 10 + - [Oberon](https://github.com/github-linguist/linguist/pull/4645) 11 + - New data formats 12 + - [TextGrid](https://github.com/github-linguist/linguist/pull/6719) 13 + - File names and extensions: 14 + - The [rebornix.Ruby extension is deprecated in favor of Shopify.ruby-lsp](https://github.com/github-linguist/linguist/pull/6738) 15 + - [Add .bicepparam to list of Bicep file extensions](https://github.com/github-linguist/linguist/pull/6664) 16 + - [Add cs.pp extension to C#](https://github.com/github-linguist/linguist/pull/6679) 17 + - [Add tmux.conf and .tmux.conf as shell filenames](https://github.com/github-linguist/linguist/pull/6726) 18 + - [Add .env.sample as Dotenv filename](https://github.com/github-linguist/linguist/pull/6732)