Skip to content

Commit 7bf5f9c

Browse files
merge: dev (#43)
* chore: dependabot must use develop branch [skip ci] (#36) (#37) * chore: bump to go 1.23 * docs: drop warning * ci: bump go ver * chore: tidy deps * chore(deps): bump github.com/ansrivas/fiberprometheus/v2 from 2.6.0 to 2.7.0 (#39) Bumps [github.com/ansrivas/fiberprometheus/v2](https://github.com/ansrivas/fiberprometheus) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/ansrivas/fiberprometheus/releases) - [Changelog](https://github.com/ansrivas/fiberprometheus/blob/master/CHANGELOG.md) - [Commits](ansrivas/fiberprometheus@v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: github.com/ansrivas/fiberprometheus/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/redis/go-redis/v9 from 9.0.2 to 9.6.1 (#40) Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.0.2 to 9.6.1. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](redis/go-redis@v9.0.2...v9.6.1) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.20.3 (#41) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.20.3. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.16.0...v1.20.3) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a1ef6c commit 7bf5f9c

File tree

3 files changed

+80
-549
lines changed

3 files changed

+80
-549
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
target-branch: "develop"
8+
labels:
9+
- "dependencies"

go.mod

+19-21
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,47 @@ go 1.21
55
toolchain go1.23.1
66

77
require (
8-
github.com/ansrivas/fiberprometheus/v2 v2.6.0
8+
github.com/ansrivas/fiberprometheus/v2 v2.7.0
99
github.com/gofiber/fiber/v2 v2.52.5
1010
github.com/imroc/req/v3 v3.44.0
11-
github.com/prometheus/client_golang v1.16.0
12-
github.com/redis/go-redis/v9 v9.0.2
11+
github.com/prometheus/client_golang v1.20.3
12+
github.com/redis/go-redis/v9 v9.6.1
1313
)
1414

1515
require (
1616
github.com/andybalholm/brotli v1.1.0 // indirect
1717
github.com/beorn7/perks v1.0.1 // indirect
18-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
18+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1919
github.com/cloudflare/circl v1.3.7 // indirect
2020
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2121
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
22-
github.com/gofiber/adaptor/v2 v2.1.31 // indirect
23-
github.com/golang/protobuf v1.5.3 // indirect
2422
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
25-
github.com/google/uuid v1.5.0 // indirect
23+
github.com/google/uuid v1.6.0 // indirect
2624
github.com/hashicorp/errwrap v1.1.0 // indirect
2725
github.com/hashicorp/go-multierror v1.1.1 // indirect
28-
github.com/klauspost/compress v1.17.8 // indirect
26+
github.com/klauspost/compress v1.17.9 // indirect
2927
github.com/mattn/go-colorable v0.1.13 // indirect
3028
github.com/mattn/go-isatty v0.0.20 // indirect
3129
github.com/mattn/go-runewidth v0.0.15 // indirect
32-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
30+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3331
github.com/onsi/ginkgo/v2 v2.16.0 // indirect
34-
github.com/prometheus/client_model v0.3.0 // indirect
35-
github.com/prometheus/common v0.42.0 // indirect
36-
github.com/prometheus/procfs v0.10.1 // indirect
32+
github.com/prometheus/client_model v0.6.1 // indirect
33+
github.com/prometheus/common v0.55.0 // indirect
34+
github.com/prometheus/procfs v0.15.1 // indirect
3735
github.com/quic-go/qpack v0.4.0 // indirect
3836
github.com/quic-go/quic-go v0.41.0 // indirect
3937
github.com/refraction-networking/utls v1.6.3 // indirect
40-
github.com/rivo/uniseg v0.2.0 // indirect
38+
github.com/rivo/uniseg v0.4.7 // indirect
4139
github.com/valyala/bytebufferpool v1.0.0 // indirect
42-
github.com/valyala/fasthttp v1.51.0 // indirect
40+
github.com/valyala/fasthttp v1.52.0 // indirect
4341
github.com/valyala/tcplisten v1.0.0 // indirect
4442
go.uber.org/mock v0.4.0 // indirect
45-
golang.org/x/crypto v0.21.0 // indirect
43+
golang.org/x/crypto v0.24.0 // indirect
4644
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
47-
golang.org/x/mod v0.16.0 // indirect
48-
golang.org/x/net v0.22.0 // indirect
49-
golang.org/x/sys v0.18.0 // indirect
50-
golang.org/x/text v0.14.0 // indirect
51-
golang.org/x/tools v0.19.0 // indirect
52-
google.golang.org/protobuf v1.30.0 // indirect
45+
golang.org/x/mod v0.17.0 // indirect
46+
golang.org/x/net v0.26.0 // indirect
47+
golang.org/x/sys v0.22.0 // indirect
48+
golang.org/x/text v0.16.0 // indirect
49+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
50+
google.golang.org/protobuf v1.34.2 // indirect
5351
)

0 commit comments

Comments
 (0)