Skip to content

Commit

Permalink
point to abi encode module
Browse files Browse the repository at this point in the history
  • Loading branch information
authcall committed Jul 9, 2023
1 parent e1b43e7 commit d4638bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions packages/services/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
replace github.com/ethereum/go-ethereum v1.10.21 => github.com/ethereum-optimism/op-geth v1.101105.1

require (
github.com/andriidski/abiencode-go v0.0.0-00010101000000-000000000000
github.com/andriidski/abiencode-go v0.0.0-20230709002942-ad6b06528e3e
github.com/avast/retry-go v3.0.0+incompatible
github.com/dghubble/go-twitter v0.0.0-20220816163853-8a0df96f1e6d
github.com/ethereum/go-ethereum v1.12.0
Expand Down Expand Up @@ -76,5 +76,3 @@ require (
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
nhooyr.io/websocket v1.8.6 // indirect
)

replace github.com/andriidski/abiencode-go => ../../../abiencode-go
2 changes: 2 additions & 0 deletions packages/services/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/andriidski/abiencode-go v0.0.0-20230709002942-ad6b06528e3e h1:bpxR7K2TE9OFy1soiYBNppzw0YsiVzm2dT0oQ59Xgkc=
github.com/andriidski/abiencode-go v0.0.0-20230709002942-ad6b06528e3e/go.mod h1:PdE3osjL/L7ol74PwcP736uCVrJwRApb63GGbxfeNAo=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
Expand Down

0 comments on commit d4638bb

Please sign in to comment.