From 15cc998c1f60880b6177c506d89f3349201d765b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 6 Jan 2018 19:39:57 -0500 Subject: Fixed import path in go script (#4075) --- docs/development/custom-vectors/cast5/verify_cast5.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/development/custom-vectors') diff --git a/docs/development/custom-vectors/cast5/verify_cast5.go b/docs/development/custom-vectors/cast5/verify_cast5.go index cbc89a03..b2d711a9 100644 --- a/docs/development/custom-vectors/cast5/verify_cast5.go +++ b/docs/development/custom-vectors/cast5/verify_cast5.go @@ -3,7 +3,7 @@ package main import ( "bufio" "bytes" - "code.google.com/p/go.crypto/cast5" + "golang.org/x/crypto/cast5" "crypto/cipher" "encoding/hex" "fmt" -- cgit v1.2.3