Skip to content

Commit ed1799f

Browse files
committed
vendored hoisie/web to FactomProject
1 parent 5a926e4 commit ed1799f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wsapi/test/handlers_test.gox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net/http"
77
"testing"
88

9-
"github.com/hoisie/web"
9+
"github.com/FactomProject/web"
1010
)
1111

1212
func TestHandleBlockHeight(t *testing.T) {

wsapi/wsapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/FactomProject/btcd/wire"
1818
"github.com/FactomProject/btcd"
1919
fct "github.com/FactomProject/factoid"
20-
"github.com/hoisie/web"
20+
"github.com/FactomProject/web"
2121
)
2222

2323
const (

0 commit comments

Comments
 (0)