File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/blinklabs-io/tx-submit-api
33go 1.20
44
55require (
6- github.com/blinklabs-io/gouroboros v0.71 .0
6+ github.com/blinklabs-io/gouroboros v0.72 .0
77 github.com/fxamacker/cbor/v2 v2.6.0
88 github.com/gin-contrib/zap v1.1.0
99 github.com/gin-gonic/gin v1.9.1
@@ -54,6 +54,7 @@ require (
5454 github.com/prometheus/procfs v0.7.3 // indirect
5555 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
5656 github.com/ugorji/go/codec v1.2.12 // indirect
57+ github.com/utxorpc/go-codegen v0.4.0 // indirect
5758 github.com/x448/float16 v0.8.4 // indirect
5859 go.uber.org/multierr v1.11.0 // indirect
5960 golang.org/x/arch v0.7.0 // indirect
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
4646github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
4747github.com/bits-and-blooms/bitset v1.2.0 h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA =
4848github.com/bits-and-blooms/bitset v1.2.0 /go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA =
49- github.com/blinklabs-io/gouroboros v0.71 .0 h1:vu7Obgmn/kjFYMiIS4dr9PurzklQhgKVsX/m4hc3eos =
50- github.com/blinklabs-io/gouroboros v0.71 .0 /go.mod h1:9UWZu7J050BNTY6TnXioJjgZiQD0pWzpNwM9T9rjEbY =
49+ github.com/blinklabs-io/gouroboros v0.72 .0 h1:HI9DFQ3wi+pr8iOPH7jOr31rNRf2ij7jA2v3dv+2vOQ =
50+ github.com/blinklabs-io/gouroboros v0.72 .0 /go.mod h1:1Vpk6pm86JBKHi5riBQv4EAKixX+XvttWv1o6DewLBg =
5151github.com/bytedance/sonic v1.5.0 /go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM =
5252github.com/bytedance/sonic v1.10.0-rc /go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM =
5353github.com/bytedance/sonic v1.11.2 h1:ywfwo0a/3j9HR8wsYGWsIWl2mvRsI950HyoxiBERw5A =
@@ -296,6 +296,8 @@ github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVM
296296github.com/ugorji/go/codec v1.1.7 /go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY =
297297github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
298298github.com/ugorji/go/codec v1.2.12 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
299+ github.com/utxorpc/go-codegen v0.4.0 h1:9YzCURt5Jrnwii8VmQYeKH6K/wYXMQx+DmdjzieSZpM =
300+ github.com/utxorpc/go-codegen v0.4.0 /go.mod h1:rFk8LI55uFqnwftPYTTklTKB8Lhwh4K+ltb2BtrFe3g =
299301github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
300302github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
301303github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments