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 Nov 14, 2023
1 parent 39fc5e5 commit e277c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/ava-labs/awm-relayer
go 1.18

require (
github.com/ava-labs/avalanche-network-runner v1.7.3-0.20231026153158-2931f8a448d9
github.com/ava-labs/avalanchego v1.10.15
github.com/ava-labs/subnet-evm v0.5.9
github.com/ava-labs/teleporter v0.0.0-20231109205404-3a226fa468c8
Expand All @@ -21,6 +20,7 @@ require (

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ava-labs/avalanche-network-runner v1.7.3-0.20231026153158-2931f8a448d9 // indirect
github.com/ava-labs/coreth v0.12.8-rc.1 // indirect
github.com/cockroachdb/errors v1.9.1 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
Expand Down

0 comments on commit e277c46

Please sign in to comment.