Skip to content

Commit 42115fc

Browse files
committed
update to logrusr v4
1 parent e28a756 commit 42115fc

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

components/ws-manager-mk2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/smithy-go v1.13.3
7-
github.com/bombsimon/logrusr/v2 v2.0.1
7+
github.com/bombsimon/logrusr/v4 v4.0.0
88
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
99
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000
1010
github.com/gitpod-io/gitpod/content-service/api v0.0.0-00010101000000-000000000000

components/ws-manager-mk2/go.sum

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ws-manager-mk2/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
_ "k8s.io/client-go/plugin/pkg/client/auth"
2121
"k8s.io/client-go/rest"
2222

23-
"github.com/bombsimon/logrusr/v2"
23+
"github.com/bombsimon/logrusr/v4"
2424
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
2525
"github.com/prometheus/client_golang/prometheus"
2626
"k8s.io/apimachinery/pkg/runtime"

0 commit comments

Comments
 (0)