mirror of
https://github.com/go-i2p/goSam.git
synced 2025-06-09 01:25:33 -04:00
Fix up import paths
This commit is contained in:
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/eyedeekay/goSam"
|
||||
"github.com/go-i2p/goSam"
|
||||
)
|
||||
|
||||
/**
|
||||
|
@ -14,8 +14,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/eyedeekay/i2pkeys"
|
||||
//samkeys "github.com/eyedeekay/goSam/compat"
|
||||
"github.com/go-i2p/i2pkeys"
|
||||
//samkeys "github.com/go-i2p/goSam/compat"
|
||||
)
|
||||
|
||||
// A Client represents a single Connection to the SAM bridge
|
||||
|
@ -12,8 +12,8 @@ import (
|
||||
// "time"
|
||||
//"log"
|
||||
"net/http"
|
||||
//"github.com/eyedeekay/sam3/helper"
|
||||
//"github.com/eyedeekay/i2pkeys"
|
||||
//"github.com/go-i2p/sam3/helper"
|
||||
//"github.com/go-i2p/i2pkeys"
|
||||
)
|
||||
|
||||
func HelloServer(w http.ResponseWriter, r *http.Request) {
|
||||
|
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"flag"
|
||||
|
||||
"github.com/eyedeekay/goSam"
|
||||
"github.com/go-i2p/goSam"
|
||||
"github.com/getlantern/go-socks5"
|
||||
"log"
|
||||
)
|
||||
|
Reference in New Issue
Block a user