Rod Hynes 6 лет назад
Родитель
Сommit
a4743fb5c4
3 измененных файлов с 0 добавлено и 4 удалено
  1. 0 2
      psiphon/common/tapdance/tapdance.go
  2. 0 1
      psiphon/dataStore_badger.go
  3. 0 1
      psiphon/dataStore_files.go

+ 0 - 2
psiphon/common/tapdance/tapdance.go

@@ -29,8 +29,6 @@ package tapdance
 
 import (
 	"context"
-	"errors"
-	"fmt"
 	"io/ioutil"
 	"net"
 	"os"

+ 0 - 1
psiphon/dataStore_badger.go

@@ -25,7 +25,6 @@ import (
 	"os"
 	"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"

+ 0 - 1
psiphon/dataStore_files.go

@@ -31,7 +31,6 @@ import (
 	"strings"
 	"sync"
 
-	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common"
 	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/errors"
 )