Skip to content

Commit

Permalink
Merge pull request gliderlabs#158 from GrovoLearning/master
Browse files Browse the repository at this point in the history
Removed deprecated library hosted in google code
  • Loading branch information
progrium committed Jan 19, 2016
2 parents 421df8e + 4228d2c commit 1de5896
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions httpstream/httpstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ package httpstream
import (
"encoding/json"
"fmt"
"github.com/gliderlabs/logspout/router"
"github.com/gorilla/mux"
"golang.org/x/net/websocket"
"log"
"net/http"
"os"
"strconv"

"code.google.com/p/go.net/websocket"
"github.com/gorilla/mux"

"github.com/gliderlabs/logspout/router"
)

func init() {
Expand Down

0 comments on commit 1de5896

Please sign in to comment.