Skip to content

Commit

Permalink
get teleporter with a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen917 committed Oct 31, 2023
1 parent 2563364 commit 8daa4eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/ava-labs/avalanchego v1.10.14
github.com/ava-labs/subnet-evm v0.5.8
github.com/ava-labs/teleporter v0.0.0-20221006022127-8f469abc00aa
github.com/ava-labs/teleporter v0.0.0-20231031160542-c70dd03b7f3f
github.com/ethereum/go-ethereum v1.12.0
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
Expand Down Expand Up @@ -145,5 +145,3 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/ava-labs/teleporter v0.0.0-20221006022127-8f469abc00aa => ../teleporter
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ github.com/ava-labs/coreth v0.12.7-rc.1 h1:fvjow2Jqkq1RNtW4v2Kx0DdTVp+3+fCY421Tx
github.com/ava-labs/coreth v0.12.7-rc.1/go.mod h1:sNbwitXv4AhLvWpSqy6V8yzkhGFeWBQFD31/xiRDJ5M=
github.com/ava-labs/subnet-evm v0.5.8 h1:CHDCgZFpvKcgAGTiYDOrDXC5My09L8DNct6NsNiEK/U=
github.com/ava-labs/subnet-evm v0.5.8/go.mod h1:gT3NSswQqopAaJ1UVtB/TiViE6H5Ib684M9FCsy7+D8=
github.com/ava-labs/teleporter v0.0.0-20231031160542-c70dd03b7f3f h1:LFJx9bIxGtNj5eIGYxHIrP9SmtUF37fsQ1jmOw4Qm+o=
github.com/ava-labs/teleporter v0.0.0-20231031160542-c70dd03b7f3f/go.mod h1:2f5nUzPKKA670kPMUvNtqu9f2l8RmZLPTOhrarvXJjE=
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
Expand Down

0 comments on commit 8daa4eb

Please sign in to comment.