File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7373require (
Original file line number Diff line number Diff line change @@ -513,8 +513,8 @@ github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2 h1:+WHsL/j6EWOMUiMVI
513513github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2 /go.mod h1:EA8Ashhd56o32qN7ouPKFSRUs/Z+LrRCF4v6R2Oarm8 =
514514github.com/mudler/water v0.0.0-20250808092830-dd90dcf09025 h1:WFLP5FHInarYGXi6B/Ze204x7Xy6q/I4nCZnWEyPHK0 =
515515github.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 =
518518github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s =
519519github.com/muesli/reflow v0.3.0 /go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8 =
520520github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc =
You can’t perform that action at this time.
0 commit comments