This commit is contained in:
erinn 2018-10-07 19:43:55 -07:00
parent 06381579e5
commit a6ca1571ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
package utils package utils
import ( import (
"github.com/yawning/bulb"
"golang.org/x/net/proxy" "golang.org/x/net/proxy"
"net" "net"
"strings" "strings"
"github.com/yawning/bulb"
) )
const ( const (
@ -76,4 +76,4 @@ func NewNym(torControlAddress string, torControlSocketType string, authenticatio
_, err = c.Request("SIGNAL NEWNYM") _, err = c.Request("SIGNAL NEWNYM")
return err return err
} }