Skip to content

Commit 98d8d47

Browse files
committed
Downgraded a problematic dependency
1 parent 4231405 commit 98d8d47

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ require (
5050
github.com/distribution/reference v0.6.0 // indirect
5151
github.com/felixge/httpsnoop v1.0.4 // indirect
5252
github.com/ferranbt/fastssz v0.1.3 // indirect
53+
github.com/gdamore/encoding v1.0.0 // indirect
5354
github.com/glendc/go-external-ip v0.1.0 // indirect
5455
github.com/go-openapi/analysis v0.23.0 // indirect
5556
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -94,7 +95,6 @@ require (
9495
github.com/docker/go-units v0.5.0 // indirect
9596
github.com/ethereum/c-kzg-4844 v1.0.1 // indirect
9697
github.com/fsnotify/fsnotify v1.7.0 // indirect
97-
github.com/gdamore/encoding v1.0.1 // indirect
9898
github.com/go-logr/logr v1.4.1 // indirect
9999
github.com/go-logr/stdr v1.2.2 // indirect
100100
github.com/go-ole/go-ole v1.3.0 // indirect

src/go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@ github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 h1:f6D9Hr8x
141141
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08/go.mod h1:x7DCsMOv1taUwEWCzT4cmDeAkigA5/QCwUodaVOe8Ww=
142142
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 h1:BAIP2GihuqhwdILrV+7GJel5lyPV3u1+PgzrWLc0TkE=
143143
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46/go.mod h1:QNpY22eby74jVhqH4WhDLDwxc/vqsern6pW+u2kbkpc=
144+
github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=
144145
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
145-
github.com/gdamore/encoding v1.0.1 h1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw=
146-
github.com/gdamore/encoding v1.0.1/go.mod h1:0Z0cMFinngz9kS1QfMjCP8TY7em3bZYeeklsSDPivEo=
147146
github.com/gdamore/tcell/v2 v2.7.4 h1:sg6/UnTM9jGpZU+oFYAsDahfchWAFW8Xx2yFinNSAYU=
148147
github.com/gdamore/tcell/v2 v2.7.4/go.mod h1:dSXtXTSK0VsW1biw65DZLZ2NKr7j0qP/0J7ONmsraWg=
149148
github.com/getsentry/sentry-go v0.18.0 h1:MtBW5H9QgdcJabtZcuJG80BMOwaBpkRDZkxRkNC1sN0=

0 commit comments

Comments
 (0)