Asaur-ificate the package and imports #2

Closed
dan wants to merge 1 commits from asaur into master
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ import (
"fmt"
"strings"
"github.com/yawning/bulb/utils/pkcs1"
"github.com/Yawning/bulb/utils/pkcs1"
)
// OnionInfo is the result of the AddOnion command.

View File

@ -10,7 +10,7 @@ package main
import (
"log"
"github.com/yawning/bulb"
"github.com/Yawning/bulb"
)
func main() {

View File

@ -12,7 +12,7 @@ import (
"log"
"net/http"
"github.com/yawning/bulb"
"github.com/Yawning/bulb"
)
func main() {

View File

@ -14,8 +14,8 @@ import (
"log"
"net/http"
"github.com/yawning/bulb"
"github.com/yawning/bulb/utils/pkcs1"
"github.com/Yawning/bulb"
"github.com/Yawning/bulb/utils/pkcs1"
)
func onionServer(w http.ResponseWriter, req *http.Request) {