diff options
author | Michael Muré <batolettre@gmail.com> | 2020-08-27 14:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 14:20:07 +0200 |
commit | 324fe3b7a5f7281d0189294ca41ec64f37767210 (patch) | |
tree | e1475c94b3f89ffbd7b756cd23251d1b523313d7 /go.sum | |
parent | 60466f86c8d4fc103ce87953b8d117d75f264fdf (diff) | |
parent | 98a1d831f0672f118ccded5411027e4aad4cae94 (diff) | |
download | git-bug-324fe3b7a5f7281d0189294ca41ec64f37767210.tar.gz |
Merge pull request #449 from MichaelMure/lru-cache
LRU Cache
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= +github.com/hashicorp/go-hclog v0.9.2 h1:CG6TE5H9/JXsFWJCfoIVpKFIkFe6ysEuHirp4DxCsHI= github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= github.com/hashicorp/go-retryablehttp v0.6.4 h1:BbgctKO892xEyOXnGiaAwIoSq1QZ/SS4AhjoAh9DnfY= github.com/hashicorp/go-retryablehttp v0.6.4/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY= |