mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-21 06:45:30 -06:00
move to go-http-tunnel
This commit is contained in:
parent
efe21afce5
commit
dc15ba0a54
22 changed files with 35 additions and 35 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue