Skip to content

Commit 5fc0caf

Browse files
chore(deps): bump github.com/mudler/xlog from 0.0.3 to 0.0.4 (#7695)
Bumps [github.com/mudler/xlog](https://github.com/mudler/xlog) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/mudler/xlog/releases) - [Commits](mudler/xlog@v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: github.com/mudler/xlog dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9783aea commit 5fc0caf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/mudler/edgevpn v0.31.1
3535
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
3636
github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2
37-
github.com/mudler/xlog v0.0.3
37+
github.com/mudler/xlog v0.0.4
3838
github.com/onsi/ginkgo/v2 v2.27.3
3939
github.com/onsi/gomega v1.38.3
4040
github.com/otiai10/copy v1.14.1
@@ -57,7 +57,6 @@ require (
5757
go.opentelemetry.io/otel/metric v1.39.0
5858
go.opentelemetry.io/otel/sdk/metric v1.39.0
5959
google.golang.org/grpc v1.77.0
60-
google.golang.org/protobuf v1.36.10
6160
gopkg.in/yaml.v2 v2.4.0
6261
gopkg.in/yaml.v3 v3.0.1
6362
oras.land/oras-go/v2 v2.6.0
@@ -68,6 +67,7 @@ require (
6867
github.com/labstack/gommon v0.4.2 // indirect
6968
github.com/swaggo/files/v2 v2.0.2 // indirect
7069
github.com/valyala/fasttemplate v1.2.2 // indirect
70+
google.golang.org/protobuf v1.36.10 // indirect
7171
)
7272

7373
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2 h1:+WHsL/j6EWOMUiMVI
513513
github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2/go.mod h1:EA8Ashhd56o32qN7ouPKFSRUs/Z+LrRCF4v6R2Oarm8=
514514
github.com/mudler/water v0.0.0-20250808092830-dd90dcf09025 h1:WFLP5FHInarYGXi6B/Ze204x7Xy6q/I4nCZnWEyPHK0=
515515
github.com/mudler/water v0.0.0-20250808092830-dd90dcf09025/go.mod h1:QuIFdRstyGJt+MTTkWY+mtD7U6xwjOR6SwKUjmLZtR4=
516-
github.com/mudler/xlog v0.0.3 h1:sy8uODYDC8rq9gkx2XDbh9550h4PtZ7PJSoi+ARfFR0=
517-
github.com/mudler/xlog v0.0.3/go.mod h1:39f5vcd05Qd6GWKM8IjyHNQ7AmOx3ZM0YfhfIGhC18U=
516+
github.com/mudler/xlog v0.0.4 h1:hUJxx2h1uTCgdKj8IVeQt4w4pmfqpddSaobCsYrP77A=
517+
github.com/mudler/xlog v0.0.4/go.mod h1:39f5vcd05Qd6GWKM8IjyHNQ7AmOx3ZM0YfhfIGhC18U=
518518
github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=
519519
github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8=
520520
github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=

0 commit comments

Comments
 (0)