Skip to content

Commit

Permalink
fix go mod imports
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshijiang committed Jul 18, 2023
1 parent 9cbc4b4 commit 1352099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mt-challenger/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ package challenger
import (
"time"

"github.com/urfave/cli"

"github.com/Layr-Labs/datalayr/common/logging"

"github.com/mantlenetworkio/mantle/mt-challenger/challenger"
"github.com/mantlenetworkio/mantle/mt-challenger/flags"
"github.com/urfave/cli"
)

type Config struct {
Expand Down

0 comments on commit 1352099

Please sign in to comment.