Skip to content

Commit

Permalink
fix: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Jun 19, 2024
1 parent 6ed3f79 commit 4f4617e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import (
"time"

"github.com/gookit/color"
scanner "github.com/juev/tor-relay-scanner-go"
flag "github.com/spf13/pflag"

scanner "github.com/juev/tor-relay-scanner-go"
)

var torRc, jsonRelays, silent bool
Expand Down
3 changes: 1 addition & 2 deletions scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ package scanner
import (
"context"
"crypto/rand"
"errors"
"math/big"
"net"
"net/url"
"os"
"time"

"errors"

"github.com/carlmjohnson/requests"
"github.com/gookit/color"
"github.com/k0kubun/go-ansi"
Expand Down

0 comments on commit 4f4617e

Please sign in to comment.