Skip to content

Commit e9fddfa

Browse files
committed
[deps] upgrade fiberfx to skip loggind metrics and health
1 parent 1759faf commit e9fddfa

File tree

2 files changed

+50
-51
lines changed

2 files changed

+50
-51
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ require (
88
github.com/ansrivas/fiberprometheus/v2 v2.6.1
99
github.com/capcom6/go-helpers v0.3.0
1010
github.com/capcom6/go-infra-fx v0.5.2
11-
github.com/go-core-fx/fiberfx v0.0.0-20251029093854-b15b9343f207
11+
github.com/go-core-fx/fiberfx v0.0.1
1212
github.com/go-core-fx/logger v0.0.0-20251028014216-c34d2fb15ca2
1313
github.com/go-playground/assert/v2 v2.2.0
1414
github.com/go-playground/validator/v10 v10.28.0
1515
github.com/go-sql-driver/mysql v1.7.1
16-
github.com/gofiber/fiber/v2 v2.52.9
16+
github.com/gofiber/fiber/v2 v2.52.10
1717
github.com/gofiber/swagger v1.1.1
1818
github.com/google/uuid v1.6.0
1919
github.com/jaevor/go-nanoid v1.3.0
@@ -23,8 +23,8 @@ require (
2323
github.com/samber/lo v1.52.0
2424
github.com/swaggo/swag v1.16.6
2525
go.uber.org/fx v1.24.0
26-
go.uber.org/zap v1.27.0
27-
golang.org/x/crypto v0.42.0
26+
go.uber.org/zap v1.27.1
27+
golang.org/x/crypto v0.43.0
2828
golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d
2929
google.golang.org/api v0.148.0
3030
gopkg.in/yaml.v3 v3.0.1
@@ -42,9 +42,11 @@ require (
4242
github.com/MicahParks/keyfunc v1.9.0 // indirect
4343
github.com/PuerkitoBio/purell v1.1.1 // indirect
4444
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
45-
github.com/andybalholm/brotli v1.1.0 // indirect
45+
github.com/andybalholm/brotli v1.2.0 // indirect
4646
github.com/beorn7/perks v1.0.1 // indirect
4747
github.com/cespare/xxhash/v2 v2.3.0 // indirect
48+
github.com/clipperhouse/stringish v0.1.1 // indirect
49+
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
4850
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4951
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
5052
github.com/go-core-fx/fxutil v0.0.0-20251027105421-acea37162eb9 // indirect
@@ -72,37 +74,35 @@ require (
7274
github.com/jonboulle/clockwork v0.5.0 // indirect
7375
github.com/josharian/intern v1.0.0 // indirect
7476
github.com/kelseyhightower/envconfig v1.4.0 // indirect
75-
github.com/klauspost/compress v1.17.9 // indirect
77+
github.com/klauspost/compress v1.18.1 // indirect
7678
github.com/leodido/go-urn v1.4.0 // indirect
7779
github.com/mailru/easyjson v0.7.6 // indirect
78-
github.com/mattn/go-colorable v0.1.13 // indirect
80+
github.com/mattn/go-colorable v0.1.14 // indirect
7981
github.com/mattn/go-isatty v0.0.20 // indirect
80-
github.com/mattn/go-runewidth v0.0.16 // indirect
82+
github.com/mattn/go-runewidth v0.0.19 // indirect
8183
github.com/mattn/go-sqlite3 v1.14.22 // indirect
8284
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8385
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
8486
github.com/pressly/goose/v3 v3.17.0 // indirect
8587
github.com/prometheus/client_model v0.6.1 // indirect
8688
github.com/prometheus/common v0.55.0 // indirect
8789
github.com/prometheus/procfs v0.15.1 // indirect
88-
github.com/rivo/uniseg v0.4.7 // indirect
8990
github.com/sethvargo/go-retry v0.2.4 // indirect
9091
github.com/swaggo/files/v2 v2.0.2 // indirect
9192
github.com/tinylib/msgp v1.2.5 // indirect
9293
github.com/valyala/bytebufferpool v1.0.0 // indirect
93-
github.com/valyala/fasthttp v1.56.0 // indirect
94-
github.com/valyala/tcplisten v1.0.0 // indirect
94+
github.com/valyala/fasthttp v1.68.0 // indirect
9595
go.opencensus.io v0.24.0 // indirect
9696
go.uber.org/dig v1.19.0 // indirect
9797
go.uber.org/multierr v1.11.0 // indirect
98-
golang.org/x/mod v0.27.0 // indirect
99-
golang.org/x/net v0.43.0 // indirect
98+
golang.org/x/mod v0.28.0 // indirect
99+
golang.org/x/net v0.46.0 // indirect
100100
golang.org/x/oauth2 v0.27.0 // indirect
101101
golang.org/x/sync v0.17.0 // indirect
102-
golang.org/x/sys v0.36.0 // indirect
103-
golang.org/x/text v0.29.0 // indirect
102+
golang.org/x/sys v0.38.0 // indirect
103+
golang.org/x/text v0.30.0 // indirect
104104
golang.org/x/time v0.3.0 // indirect
105-
golang.org/x/tools v0.36.0 // indirect
105+
golang.org/x/tools v0.37.0 // indirect
106106
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
107107
google.golang.org/appengine/v2 v2.0.5 // indirect
108108
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect

0 commit comments

Comments
 (0)