diff options
author | Mura Li <2606021+typeless@users.noreply.github.com> | 2021-06-17 22:55:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 10:55:16 -0400 |
commit | 19dedc3fa521fdb6456bad2b080bb1aaa6722b24 (patch) | |
tree | 2153d435ad225049884c5991ba55408498482a39 /vendor/modules.txt | |
parent | b3fbd37e992cf3f9f42f49818087c67d464000eb (diff) | |
download | gitea-19dedc3fa521fdb6456bad2b080bb1aaa6722b24.tar.gz gitea-19dedc3fa521fdb6456bad2b080bb1aaa6722b24.zip |
Speed up git diff highlight generation (#16180)
Co-authored-by: Mura Li <typeless@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 370d56a5fd..c971bcd268 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -467,6 +467,10 @@ github.com/hashicorp/go-retryablehttp # github.com/hashicorp/go-version v1.3.1 => github.com/6543/go-version v1.3.1 ## explicit github.com/hashicorp/go-version +# github.com/hashicorp/golang-lru v0.5.1 +## explicit +github.com/hashicorp/golang-lru +github.com/hashicorp/golang-lru/simplelru # github.com/hashicorp/hcl v1.0.0 github.com/hashicorp/hcl github.com/hashicorp/hcl/hcl/ast |