summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/golang.org/x/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/golang.org/x/crypto')
-rw-r--r--Godeps/_workspace/src/golang.org/x/crypto/bcrypt/bcrypt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/golang.org/x/crypto/bcrypt/bcrypt.go b/Godeps/_workspace/src/golang.org/x/crypto/bcrypt/bcrypt.go
index aa50fdc61..b8e18d744 100644
--- a/Godeps/_workspace/src/golang.org/x/crypto/bcrypt/bcrypt.go
+++ b/Godeps/_workspace/src/golang.org/x/crypto/bcrypt/bcrypt.go
@@ -12,7 +12,7 @@ import (
"crypto/subtle"
"errors"
"fmt"
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/crypto/blowfish"
+ "golang.org/x/crypto/blowfish"
"io"
"strconv"
)