Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
user: golang.org/x/crypto instead of code.google.com/p/go.crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Feb 10, 2015
1 parent 275ef89 commit 85eeb3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions user/key.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2014 gandalf authors. All rights reserved.
// Copyright 2015 gandalf authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand All @@ -17,10 +17,10 @@ import (
"syscall"
"time"

"code.google.com/p/go.crypto/ssh"
"github.com/tsuru/config"
"github.com/tsuru/gandalf/db"
"github.com/tsuru/gandalf/fs"
"golang.org/x/crypto/ssh"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"
)
Expand Down

0 comments on commit 85eeb3f

Please sign in to comment.