Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jul 19, 2023
1 parent 8b17409 commit 5101bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,5 @@ require (
gotest.tools/v3 v3.0.2 // indirect
inet.af/netaddr v0.0.0-20220617031823-097006376321 // indirect
)

replace github.com/topos-network/go-topos-sequencer-client => github.com/topos-protocol/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
github.com/tinylib/msgp v1.1.2 h1:gWmO7n0Ys2RBEb7GPYB9Ujq8Mk5p2U08lRnmMcGy6BQ=
github.com/tinylib/msgp v1.1.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
github.com/topos-protocol/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6 h1:5X7SeZwCTJYnmeIod+WakLgRPSb+2gV7EQbbEzTu4f0=
github.com/topos-protocol/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6 h1:lag6zm52pp09bdESvrwPLMY2QlN9OeWsQXon7gk5z+8=
github.com/topos-protocol/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6/go.mod h1:ScY+JV9rsoGqA3a3dTERdnWHgMUlcxKtAI37X/7rB+M=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/tyler-smith/go-bip39 v1.1.0 h1:5eUemwrMargf3BSLRRCalXT93Ns6pQJIjYQN2nyfOP8=
Expand Down

0 comments on commit 5101bb0

Please sign in to comment.