File tree Expand file tree Collapse file tree 2 files changed +7
-28
lines changed Expand file tree Collapse file tree 2 files changed +7
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ require (
26
26
github.com/ethereum/go-verkle v0.2.2
27
27
github.com/fatih/color v1.16.0
28
28
github.com/ferranbt/fastssz v0.1.4
29
- github.com/fjl/gencodec v0.1.0
30
29
github.com/fsnotify/fsnotify v1.6.0
31
30
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
32
31
github.com/gofrs/flock v0.12.1
@@ -103,6 +102,7 @@ require (
103
102
github.com/deepmap/oapi-codegen v1.6.0 // indirect
104
103
github.com/dlclark/regexp2 v1.7.0 // indirect
105
104
github.com/emicklei/dot v1.6.2 // indirect
105
+ github.com/fjl/gencodec v0.1.0 // indirect
106
106
github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect
107
107
github.com/getsentry/sentry-go v0.27.0 // indirect
108
108
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -146,3 +146,9 @@ require (
146
146
golang.org/x/net v0.38.0 // indirect
147
147
gopkg.in/yaml.v2 v2.4.0 // indirect
148
148
)
149
+
150
+ tool (
151
+ github.com/fjl/gencodec
152
+ golang.org/x/tools/cmd/stringer
153
+ google.golang.org/protobuf/cmd/protoc-gen-go
154
+ )
You can’t perform that action at this time.
0 commit comments