Skip to content

Commit db754a0

Browse files
chore(deps): bump github.com/go-fuego/fuego from 0.18.6 to 0.18.7
Bumps [github.com/go-fuego/fuego](https://github.com/go-fuego/fuego) from 0.18.6 to 0.18.7. - [Release notes](https://github.com/go-fuego/fuego/releases) - [Commits](go-fuego/fuego@v0.18.6...v0.18.7) --- updated-dependencies: - dependency-name: github.com/go-fuego/fuego dependency-version: 0.18.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff6f9a0 commit db754a0

File tree

2 files changed

+14
-91
lines changed

2 files changed

+14
-91
lines changed

go.mod

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
toolchain go1.24.0
66

77
require (
8-
github.com/go-fuego/fuego v0.18.6
8+
github.com/go-fuego/fuego v0.18.7
99
github.com/golang-migrate/migrate/v4 v4.18.2
1010
github.com/jackc/pgx/v5 v5.7.4
1111
github.com/knadh/koanf/parsers/toml v0.1.0
@@ -21,12 +21,8 @@ require (
2121
github.com/twmb/franz-go/plugin/kotel v1.5.0
2222
go.opentelemetry.io/otel v1.35.0
2323
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
24-
go.opentelemetry.io/otel/exporters/prometheus v0.57.0
25-
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.35.0
2624
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.35.0
27-
go.opentelemetry.io/otel/metric v1.35.0
2825
go.opentelemetry.io/otel/sdk v1.35.0
29-
go.opentelemetry.io/otel/sdk/metric v1.35.0
3026
go.opentelemetry.io/otel/trace v1.35.0
3127
go.uber.org/fx v1.23.0
3228
go.uber.org/zap v1.27.0
@@ -155,7 +151,7 @@ require (
155151
github.com/mattn/go-colorable v0.1.6 // indirect
156152
github.com/mattn/go-isatty v0.0.16 // indirect
157153
github.com/mattn/go-runewidth v0.0.16 // indirect
158-
github.com/mattn/go-sqlite3 v1.14.22 // indirect
154+
github.com/mattn/go-sqlite3 v1.14.27 // indirect
159155
github.com/microsoft/go-mssqldb v1.0.0 // indirect
160156
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
161157
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
@@ -207,17 +203,19 @@ require (
207203
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
208204
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
209205
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
206+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
207+
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
210208
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
211209
go.uber.org/atomic v1.11.0 // indirect
212210
go.uber.org/dig v1.18.1 // indirect
213211
go.uber.org/multierr v1.11.0 // indirect
214212
golang.org/x/crypto v0.36.0 // indirect
215213
golang.org/x/mod v0.21.0 // indirect
216214
golang.org/x/oauth2 v0.27.0 // indirect
217-
golang.org/x/sync v0.12.0 // indirect
215+
golang.org/x/sync v0.13.0 // indirect
218216
golang.org/x/sys v0.31.0 // indirect
219217
golang.org/x/term v0.30.0 // indirect
220-
golang.org/x/text v0.23.0 // indirect
218+
golang.org/x/text v0.24.0 // indirect
221219
golang.org/x/time v0.5.0 // indirect
222220
golang.org/x/tools v0.24.0 // indirect
223221
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

0 commit comments

Comments
 (0)