@@ -29,8 +29,6 @@ package tapdance
import (
"context"
- "errors"
- "fmt"
"io/ioutil"
"net"
"os"
@@ -25,7 +25,6 @@ import (
"path/filepath"
- "github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common"
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/errors"
"github.com/dgraph-io/badger"
"github.com/dgraph-io/badger/options"
@@ -31,7 +31,6 @@ import (
"strings"
"sync"
)