File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/pkg/errors v0.9.1
3131 github.com/prometheus/client_golang v1.20.5
3232 github.com/prometheus/common v0.62.0
33- github.com/rs/zerolog v1.33 .0
33+ github.com/rs/zerolog v1.34 .0
3434 github.com/slack-go/slack v0.15.0
3535 github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2
3636 github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10
@@ -54,7 +54,7 @@ require (
5454require (
5555 github.com/ebitengine/purego v0.8.2 // indirect
5656 github.com/go-chi/chi v1.5.5 // indirect
57- github.com/rs/xid v1.5 .0 // indirect
57+ github.com/rs/xid v1.6 .0 // indirect
5858 github.com/shirou/gopsutil/v4 v4.25.1 // indirect
5959 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6060 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
Original file line number Diff line number Diff line change @@ -445,10 +445,10 @@ github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR
445445github.com/rogpeppe/go-internal v1.13.1 /go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o =
446446github.com/rs/cors v1.9.0 h1:l9HGsTsHJcvW14Nk7J9KFz8bzeAWXn3CG6bgt7LsrAE =
447447github.com/rs/cors v1.9.0 /go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU =
448- github.com/rs/xid v1.5 .0 h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc =
449- github.com/rs/xid v1.5 .0 /go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg =
450- github.com/rs/zerolog v1.33 .0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8 =
451- github.com/rs/zerolog v1.33 .0 /go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss =
448+ github.com/rs/xid v1.6 .0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU =
449+ github.com/rs/xid v1.6 .0 /go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0 =
450+ github.com/rs/zerolog v1.34 .0 h1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY =
451+ github.com/rs/zerolog v1.34 .0 /go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ =
452452github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
453453github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
454454github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ =
You can’t perform that action at this time.
0 commit comments