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 4
4
5
5
require (
6
6
github.com/blinklabs-io/cardano-models v0.3.0
7
- github.com/blinklabs-io/gouroboros v0.71 .0
7
+ github.com/blinklabs-io/gouroboros v0.72 .0
8
8
github.com/fxamacker/cbor/v2 v2.6.0
9
9
github.com/gin-contrib/zap v1.1.0
10
10
github.com/gin-gonic/gin v1.9.1
@@ -34,6 +34,7 @@ require (
34
34
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
35
35
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
36
36
github.com/ugorji/go/codec v1.2.12 // indirect
37
+ github.com/utxorpc/go-codegen v0.4.0 // indirect
37
38
github.com/x448/float16 v0.8.4 // indirect
38
39
go.uber.org/multierr v1.11.0 // indirect
39
40
golang.org/x/arch v0.7.0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/blinklabs-io/cardano-models v0.3.0 h1:Xc7H1l4i96Vaf5bBKXrOl1ctL0vyT/bJ9+OrZUqD6E4 =
2
2
github.com/blinklabs-io/cardano-models v0.3.0 /go.mod h1:mahC1oL4zVM5TCqZzqZ9I2GWAcEfzhJ3tYBpjwBWVI4 =
3
- github.com/blinklabs-io/gouroboros v0.71 .0 h1:vu7Obgmn/kjFYMiIS4dr9PurzklQhgKVsX/m4hc3eos =
4
- github.com/blinklabs-io/gouroboros v0.71 .0 /go.mod h1:9UWZu7J050BNTY6TnXioJjgZiQD0pWzpNwM9T9rjEbY =
3
+ github.com/blinklabs-io/gouroboros v0.72 .0 h1:HI9DFQ3wi+pr8iOPH7jOr31rNRf2ij7jA2v3dv+2vOQ =
4
+ github.com/blinklabs-io/gouroboros v0.72 .0 /go.mod h1:1Vpk6pm86JBKHi5riBQv4EAKixX+XvttWv1o6DewLBg =
5
5
github.com/bytedance/sonic v1.5.0 /go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM =
6
6
github.com/bytedance/sonic v1.10.0-rc /go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM =
7
7
github.com/bytedance/sonic v1.11.2 h1:ywfwo0a/3j9HR8wsYGWsIWl2mvRsI950HyoxiBERw5A =
@@ -75,6 +75,8 @@ github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS
75
75
github.com/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
76
76
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
77
77
github.com/ugorji/go/codec v1.2.12 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
78
+ github.com/utxorpc/go-codegen v0.4.0 h1:9YzCURt5Jrnwii8VmQYeKH6K/wYXMQx+DmdjzieSZpM =
79
+ github.com/utxorpc/go-codegen v0.4.0 /go.mod h1:rFk8LI55uFqnwftPYTTklTKB8Lhwh4K+ltb2BtrFe3g =
78
80
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
79
81
github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
80
82
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
You can’t perform that action at this time.
0 commit comments