removing duplicate imports

This commit is contained in:
priom 2018-09-08 07:08:27 -04:00
parent 3e2491d45b
commit c3796278d6
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ package main
import ( import (
"fmt" "fmt"
"github.com/urfave/cli"
"os" "os"
"os/signal" "os/signal"
"path/filepath" "path/filepath"

View file

@ -20,7 +20,6 @@ package utils
import ( import (
"crypto/ecdsa" "crypto/ecdsa"
"fmt" "fmt"
"github.com/urfave/cli"
"io/ioutil" "io/ioutil"
"math/big" "math/big"
"os" "os"