File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/blinklabs-io/cardano-node-api
22
33go 1.22
4-
5- toolchain go1.22.8
4+ toolchain go1.22.10
65
76require (
87 connectrpc.com/connect v1.17.0
98 connectrpc.com/grpchealth v1.3.0
109 connectrpc.com/grpcreflect v1.2.0
1110 github.com/blinklabs-io/adder v0.25.2
12- github.com/blinklabs-io/gouroboros v0.106.2
11+ github.com/blinklabs-io/gouroboros v0.107.1
1312 github.com/blinklabs-io/tx-submit-api v0.20.5
1413 github.com/gin-gonic/gin v1.10.0
1514 github.com/gorilla/websocket v1.5.3
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ github.com/bits-and-blooms/bitset v1.8.0 h1:FD+XqgOZDUxxZ8hzoBFuV9+cGWY9CslN6d5M
2020github.com/bits-and-blooms/bitset v1.8.0 /go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8 =
2121github.com/blinklabs-io/adder v0.25.2 h1:qoAR/lzFI1PcBj9VkNTd+rzp0F1vkx3gAHyHlOS+2E8 =
2222github.com/blinklabs-io/adder v0.25.2 /go.mod h1:+qhbV4h8UVKUnGIJs32Uq6lj11hdFmTud3IDBXBfbuI =
23- github.com/blinklabs-io/gouroboros v0.106.2 h1:4J87NAdpBvQrkZWNrYs1GOkcDgK5YxdlNvqsEDa/tgM =
24- github.com/blinklabs-io/gouroboros v0.106.2 /go.mod h1:eXNqQgN88MHZKtNNlmeKtE8xygENLzOsmG2cVSdM9aU =
23+ github.com/blinklabs-io/gouroboros v0.107.1 h1:BOHByzGwkGCrAkXAxaH3hPiXOPPxyYV1WrB7crJEaUE =
24+ github.com/blinklabs-io/gouroboros v0.107.1 /go.mod h1:Igd/hQ3pIhX3/KRM5js3Jz6CF8M8oKN9aO9d9NR7wGo =
2525github.com/blinklabs-io/ouroboros-mock v0.3.5 h1:/KWbSoH8Pjrd9uxOH7mVbI7XFsDCNW/O9FtLlvJDUpQ =
2626github.com/blinklabs-io/ouroboros-mock v0.3.5 /go.mod h1:JtUQ3Luo22hCnGBxuxNp6JaUx63VxidxWwmcaVMremw =
2727github.com/blinklabs-io/tx-submit-api v0.20.5 h1:e3V7sDs91V28Iy1OfLr94lMAb4OtInsBUXJVbbcBNC8 =
You can’t perform that action at this time.
0 commit comments