Skip to content

Commit

Permalink
Change go crypto package from code.google.com to golang.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
wingyplus committed Aug 2, 2015
1 parent 43518a8 commit cd31ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers.go
Expand Up @@ -9,10 +9,10 @@ import (
"sync"
"time"

"code.google.com/p/go.crypto/ssh/terminal"
"github.com/gorilla/websocket"
"github.com/koding/kite/sockjsclient"
"github.com/koding/kite/systeminfo"
"golang.org/x/crypto/ssh/terminal"
)

func (k *Kite) addDefaultHandlers() {
Expand Down

0 comments on commit cd31ac0

Please sign in to comment.