Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Oct 5, 2023
1 parent 76478cc commit f95948f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/ava-labs/avalanche-network-runner v1.7.2
github.com/ava-labs/avalanchego v1.10.10
github.com/ava-labs/subnet-evm v0.5.6
github.com/ava-labs/teleporter v0.0.0-20230928142515-43ad4b3620af
github.com/ethereum/go-ethereum v1.12.0
github.com/onsi/ginkgo/v2 v2.12.0
github.com/onsi/gomega v1.27.10
Expand All @@ -21,7 +22,6 @@ require (
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ava-labs/coreth v0.12.5-rc.6 // indirect
github.com/ava-labs/teleporter v0.0.0-20230928142515-43ad4b3620af // indirect
github.com/cockroachdb/errors v1.9.1 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ github.com/ava-labs/coreth v0.12.5-rc.6 h1:OajGUyKkO5Q82XSuMa8T5UD6QywtCHUiZ4Tv3
github.com/ava-labs/coreth v0.12.5-rc.6/go.mod h1:s5wVyy+5UCCk2m0Tq3jVmy0UqOpKBDYqRE13gInCJVs=
github.com/ava-labs/subnet-evm v0.5.6 h1:u+xBvEExOa362Up02hgSgeF+aqDona57whhRIeEIim8=
github.com/ava-labs/subnet-evm v0.5.6/go.mod h1:desGY3ghT+Ner+oqxeovwF37eM4dmMQbYZECONPQU9w=
github.com/ava-labs/teleporter v0.0.0-20230927213446-c08725fa0c66 h1:x0sfz1yv4wv6u33usI+rDbGND/Rc2cbw5D+MvcOAD8c=
github.com/ava-labs/teleporter v0.0.0-20230927213446-c08725fa0c66/go.mod h1:ULmbg6e2iiTuj2ac9Ru53sV2ngAsX6csZSKesIPE6lU=
github.com/ava-labs/teleporter v0.0.0-20230928142515-43ad4b3620af h1:OazJMJ2aMkOVuj6MfRHZ3d/n2RbedMzMo6nGHHoj09k=
github.com/ava-labs/teleporter v0.0.0-20230928142515-43ad4b3620af/go.mod h1:ULmbg6e2iiTuj2ac9Ru53sV2ngAsX6csZSKesIPE6lU=
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
Expand Down

0 comments on commit f95948f

Please sign in to comment.