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 44
55require (
66 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
88 github.com/fxamacker/cbor/v2 v2.6.0
99 github.com/gin-contrib/zap v1.1.0
1010 github.com/gin-gonic/gin v1.9.1
@@ -34,6 +34,7 @@ require (
3434 github.com/pelletier/go-toml/v2 v2.1.1 // indirect
3535 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
3636 github.com/ugorji/go/codec v1.2.12 // indirect
37+ github.com/utxorpc/go-codegen v0.4.0 // indirect
3738 github.com/x448/float16 v0.8.4 // indirect
3839 go.uber.org/multierr v1.11.0 // indirect
3940 golang.org/x/arch v0.7.0 // indirect
Original file line number Diff line number Diff line change 11github.com/blinklabs-io/cardano-models v0.3.0 h1:Xc7H1l4i96Vaf5bBKXrOl1ctL0vyT/bJ9+OrZUqD6E4 =
22github.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 =
55github.com/bytedance/sonic v1.5.0 /go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM =
66github.com/bytedance/sonic v1.10.0-rc /go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM =
77github.com/bytedance/sonic v1.11.2 h1:ywfwo0a/3j9HR8wsYGWsIWl2mvRsI950HyoxiBERw5A =
@@ -75,6 +75,8 @@ github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS
7575github.com/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
7676github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
7777github.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 =
7880github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
7981github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
8082go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
You can’t perform that action at this time.
0 commit comments