Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.17.4 to 0.17.5 #252

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
connectrpc.com/grpcreflect v1.2.0
github.com/blinklabs-io/adder v0.23.3
github.com/blinklabs-io/gouroboros v0.93.3
github.com/blinklabs-io/tx-submit-api v0.17.4
github.com/blinklabs-io/tx-submit-api v0.17.5
github.com/gin-contrib/zap v1.1.4
github.com/gin-gonic/gin v1.10.0
github.com/gorilla/websocket v1.5.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ github.com/blinklabs-io/gouroboros v0.93.3 h1:VErIFwZYXJBNrFwJF1HOcIzpHu/ID1PPg4
github.com/blinklabs-io/gouroboros v0.93.3/go.mod h1:lfvV4sV5tNz/qkaLiR85pKpKqPlHfAa5wFhWGbgsXZ0=
github.com/blinklabs-io/ouroboros-mock v0.3.3 h1:c6jN9qcLzNQSVh3zjPE61gF33UkkRRIiNqSGBkZ10cY=
github.com/blinklabs-io/ouroboros-mock v0.3.3/go.mod h1:UXkR/8qA5w/WtkzffOIdXudgOndN99DEorgRwy4ynN8=
github.com/blinklabs-io/tx-submit-api v0.17.4 h1:69Djw36sHGeh02yKUFac26BeiuHVtOkEkL3d0mW4biQ=
github.com/blinklabs-io/tx-submit-api v0.17.4/go.mod h1:2vRWLciRuIbi3t7qtUTUk90X6dcv9tlaxVRRhWL5oPc=
github.com/blinklabs-io/tx-submit-api v0.17.5 h1:vcl+hGnPTIozyqD6dydm4g8+L+jIQrnbSULPVEJtQCs=
github.com/blinklabs-io/tx-submit-api v0.17.5/go.mod h1:yyOqtEgU9n+JPjRqTkj8scBAYBFSmPOMii/fUo2u/w4=
github.com/bytedance/sonic v1.12.1 h1:jWl5Qz1fy7X1ioY74WqO0KjAMtAGQs4sYnjiEBiyX24=
github.com/bytedance/sonic v1.12.1/go.mod h1:B8Gt/XvtZ3Fqj+iSKMypzymZxw/FVwgIGKzMzT9r/rk=
github.com/bytedance/sonic/loader v0.1.1/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU=
Expand Down