adjust module name to be canonical

This commit is contained in:
MTJMP 2022-11-16 18:48:16 +00:00 committed by Evan Gray
parent d4f43e37d6
commit ff4f7f4ee7
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
module fly
module github.com/wormhole-foundation/wormhole-explorer/fly
go 1.19

View File

@ -3,12 +3,13 @@ package main
import (
"context"
"fly/guardiansets"
"fly/migration"
"fly/storage"
"fmt"
"os"
"github.com/wormhole-foundation/wormhole-explorer/fly/guardiansets"
"github.com/wormhole-foundation/wormhole-explorer/fly/migration"
"github.com/wormhole-foundation/wormhole-explorer/fly/storage"
"github.com/certusone/wormhole/node/pkg/common"
"github.com/certusone/wormhole/node/pkg/p2p"
gossipv1 "github.com/certusone/wormhole/node/pkg/proto/gossip/v1"