From 4228d2cfbc523e6a575e4db2b21742a987baafa2 Mon Sep 17 00:00:00 2001 From: Jonathan Nonon Date: Tue, 19 Jan 2016 16:26:32 -0500 Subject: [PATCH] Removed deprecated library hosted in google code in favor of its new home --- httpstream/httpstream.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/httpstream/httpstream.go b/httpstream/httpstream.go index 913b64f8..dfb374f6 100644 --- a/httpstream/httpstream.go +++ b/httpstream/httpstream.go @@ -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() {