Browse Source

Merge pull request #26 from rod-hynes/master

Use forks of dns and sqlite3 libs (vendoring)
Rod Hynes 11 years ago
parent
commit
656f6e8a8b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      psiphon/LookupIP.go
  2. 1 1
      psiphon/dataStore.go

+ 1 - 1
psiphon/LookupIP.go

@@ -23,7 +23,7 @@ package psiphon
 
 import (
 	"errors"
-	dns "github.com/miekg/dns"
+	dns "github.com/Psiphon-Inc/dns"
 	"net"
 	"os"
 	"syscall"

+ 1 - 1
psiphon/dataStore.go

@@ -24,7 +24,7 @@ import (
 	"encoding/json"
 	"errors"
 	"fmt"
-	sqlite3 "github.com/mattn/go-sqlite3"
+	sqlite3 "github.com/Psiphon-Inc/go-sqlite3"
 	"strings"
 	"sync"
 	"time"