diff --git a/testing/launch_tor_integration_test.go b/testing/launch_tor_integration_test.go index d79656b..ae63483 100644 --- a/testing/launch_tor_integration_test.go +++ b/testing/launch_tor_integration_test.go @@ -6,7 +6,7 @@ import ( "io/ioutil" "math/rand" "os" - "path" + path "path/filepath" "testing" "time" ) diff --git a/tor/torProvider.go b/tor/torProvider.go index c7e398f..cfdcb3d 100644 --- a/tor/torProvider.go +++ b/tor/torProvider.go @@ -16,7 +16,7 @@ import ( "net/textproto" "os" "os/exec" - "path" + path "path/filepath" "regexp" "strconv" "strings"