Use of govendor and add "github.com/arkan/bastion/pkg/logchannel" pkg.

This commit is contained in:
Manuel 2018-01-04 11:32:51 +01:00
parent ff46ee89d9
commit 9db4b92d4e

View file

@ -9,7 +9,7 @@ import (
"log"
"github.com/gliderlabs/ssh"
"github.com/moul/sshportal/pkg/logchannel"
"github.com/arkan/bastion/pkg/logchannel"
gossh "golang.org/x/crypto/ssh"
)