Commit Graph

111 Commits (dependabot/go_modules/github.com/prometheus/client_golang-1.11.1)

Author SHA1 Message Date
dependabot[bot] b0c281ea9c
Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 04:08:49 +00:00
Hao Xiang 303c77b2e6
Merge pull request #211 from wolfogre/bugfix/fix_type
Fix typo
2022-11-10 11:07:23 +08:00
Jason Song 6b82d6c404 chore: fix typo 2022-11-09 17:46:58 +08:00
Curith 4f3b008b71
add Sponsors in README 2022-06-20 09:52:22 +08:00
hxzhao527 450ca75bbd change sumdb proxy impl 2022-04-15 14:32:59 +08:00
Y4ssss e03dc0f0bf feat: support to set cache expiration 2021-11-08 14:59:42 +08:00
xingpeng 236ffb4996 fix: rewrite content-length header when returning decompressed body 2021-04-15 14:16:24 +08:00
httpcheck 258f7b0440 fix: fix typos 2021-04-11 15:01:07 +08:00
kun cb5069aea2 feat: support prometheus metrics in router 2021-03-22 10:35:43 +08:00
bainli 7472c4efb3 golint 2021-03-04 15:32:04 +08:00
kun 914cff2342 test: add a new test case 2021-03-04 10:58:13 +08:00
kun b66f9f4b2c fix: fix module cache dir 2021-03-01 17:54:03 +08:00
kun 504ed26fe3
Update README.md 2021-02-26 21:26:59 +08:00
kun 6863d48b5e improve help doc 2021-02-26 14:46:25 +08:00
kun 4ca478b120 enable sumdb if server can not access sum.golang.org 2021-02-26 14:24:06 +08:00
kun 9e48374173 update mod lib to v0.4 2021-01-06 10:38:23 +08:00
kun 9e145d86b3 Create FUNDING.yml 2020-12-13 15:21:06 +08:00
na4ma4 e2fe14a546 add tini for handling zombie processes 2020-11-17 09:47:00 +08:00
ping a4e417a2ce fix: support cache 302 status code 2020-08-31 14:59:54 +08:00
kun 2c71c26191 Revert "[patch] allow caching it when http response code 302 is got from upstream"
This reverts commit 54104351f2.
2020-08-31 11:06:06 +08:00
Sammy Huang 54104351f2 [patch] allow caching it when http response code 302 is got from upstream 2020-07-15 10:13:05 +08:00
kun ead1140c92 fix golint 2020-04-28 10:42:26 +08:00
RainbowMango 94fcf94f0a Answer faster in case of non-supported checksum database 2020-03-14 15:51:29 +08:00
RainbowMango a7300372df Make sure lcean binary file by make clean 2020-03-12 14:31:33 +08:00
Lele Long 81d8283f44 Fix typo 2020-02-20 21:48:55 +08:00
kun 05e870cc9a
update sum domain 2020-02-19 10:11:32 +08:00
kun 0aabdb55f7 support sumdb 2020-02-18 21:59:17 +08:00
kun fa12c6beba add default env 2020-02-17 14:25:31 +08:00
Ryan Guo 0e2b5151e8 update the readme
correct the "not different" to "different"
2020-02-17 12:12:06 +08:00
kun b1757e9945 update go.mod 2019-12-04 09:29:53 +08:00
kun 02f5e37219 fix non-unix OS use Join 2019-11-28 17:34:03 +08:00
kun 970dde4fb9 update go.mod to v2 2019-11-16 10:31:43 +08:00
kun 5b72060f37 auto enable go module 2019-11-07 09:29:45 +08:00
Qingshan Luo c32cef2d02 Update README.md
Fix typo.
2019-10-16 15:24:39 +08:00
Michael Melnyk ebbcb6b928 Fix issue with excluded @latest 2019-10-11 17:13:55 +08:00
formych ae73e81ba0 修复CI死锁 2019-09-22 21:03:16 +08:00
kun 64117b2669
Update README.md 2019-09-22 19:59:06 +08:00
kun 9a7bb4c0c9 update CI golang to 1.13 2019-09-20 16:24:37 +08:00
kun 2b89997884 renameio.WriteFile writes files atomically by renaming temporary files 2019-09-20 16:24:37 +08:00
formych 389bbbec05 修复缓存目录无用 2019-09-20 16:16:28 +08:00
formych 5a68b8fe9c fix file mode
add MkdirAll err info

fix
2019-09-16 13:22:27 +08:00
formych ec6941ab0c remove repeated signal
remove repeated sigterm signal
2019-09-09 09:32:24 +08:00
jsign 68e7126a9d graceful shutdown & refactor improvement 2019-09-06 17:07:35 +08:00
Sebastian Widmer c0bf100266 proxy/router: respect http proxy environment variables 2019-09-05 01:27:50 +08:00
jsign 5aa10edcd3 proxy/router: fix panic & gofmt 2019-08-30 08:26:00 +08:00
fancyrabbit a7bbe9e74f cache files fetched from upstream proxy in -CacheDir under router mode 2019-08-21 15:24:30 +08:00
fancyrabbit d976bbfa43 remove duplicate "goproxy" in docker-compose.yaml 2019-08-15 14:24:03 +08:00
Ryan Luo 1b9ed15045 Update README.md
we can describe make with more detail
2019-08-13 20:02:15 +08:00
Baokun Lee 917f4e7037 set GOPRIVATE env 2019-08-10 23:36:19 +08:00
ianwoolf 9946403fec fix empty exclude/nil proxy 2019-08-07 11:03:34 +08:00