move to go-http-tunnel

This commit is contained in:
mmatczuk 2017-02-15 21:26:21 +01:00
parent efe21afce5
commit dc15ba0a54
22 changed files with 35 additions and 35 deletions

View file

@ -13,9 +13,9 @@ import (
"golang.org/x/net/http2"
"github.com/mmatczuk/tunnel/id"
"github.com/mmatczuk/tunnel/log"
"github.com/mmatczuk/tunnel/proto"
"github.com/mmatczuk/go-http-tunnel/id"
"github.com/mmatczuk/go-http-tunnel/log"
"github.com/mmatczuk/go-http-tunnel/proto"
)
// ServerConfig defines configuration for the Server.