File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/docker/go-connections v0.5.0
7- github.com/ethpandaops/contributoor v0.0.46
7+ github.com/ethpandaops/contributoor v0.0.47
88 github.com/gdamore/tcell/v2 v2.7.4
99 github.com/mitchellh/go-homedir v1.1.0
1010 github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592
@@ -13,6 +13,7 @@ require (
1313 github.com/testcontainers/testcontainers-go v0.34.0
1414 github.com/urfave/cli v1.22.16
1515 go.uber.org/mock v0.5.0
16+ golang.org/x/text v0.21.0
1617 google.golang.org/protobuf v1.36.0
1718 gopkg.in/yaml.v3 v3.0.1
1819)
@@ -76,7 +77,6 @@ require (
7677 golang.org/x/net v0.32.0 // indirect
7778 golang.org/x/sys v0.28.0 // indirect
7879 golang.org/x/term v0.27.0 // indirect
79- golang.org/x/text v0.21.0 // indirect
8080 golang.org/x/time v0.8.0 // indirect
8181 google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
8282 google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
4343github.com/docker/go-units v0.5.0 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
4444github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM =
4545github.com/envoyproxy/protoc-gen-validate v1.1.0 /go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4 =
46- github.com/ethpandaops/contributoor v0.0.46 h1:L4dpqM2h2ePdIznIdAOVox2mxF0V1OvGygqsJVlNaM4 =
47- github.com/ethpandaops/contributoor v0.0.46 /go.mod h1:Zjsbj+ThoEkzbrGeo7sHnQlB369Cbimc3MHnLtEH5m0 =
46+ github.com/ethpandaops/contributoor v0.0.47 h1:xSlUa8pdHxeZRFT+ST78dGlqCYC8g30hBUMwpvJ2B08 =
47+ github.com/ethpandaops/contributoor v0.0.47 /go.mod h1:Zjsbj+ThoEkzbrGeo7sHnQlB369Cbimc3MHnLtEH5m0 =
4848github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
4949github.com/felixge/httpsnoop v1.0.4 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
5050github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko =
You can’t perform that action at this time.
0 commit comments