diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index c558c0470..786419f0d 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -110,7 +110,7 @@ }, { "ImportPath": "github.com/letsencrypt/go-jose", - "Rev": "e7bd87a386998d423741e8e370af1a22638767e0" + "Rev": "77671e91fe89678878df4bde9e6b653a0d190dfb" }, { "ImportPath": "github.com/letsencrypt/go-safe-browsing-api", diff --git a/Godeps/_workspace/src/github.com/letsencrypt/go-jose/asymmetric.go b/Godeps/_workspace/src/github.com/letsencrypt/go-jose/asymmetric.go index dbaf2b31c..2b9c48766 100644 --- a/Godeps/_workspace/src/github.com/letsencrypt/go-jose/asymmetric.go +++ b/Godeps/_workspace/src/github.com/letsencrypt/go-jose/asymmetric.go @@ -28,7 +28,7 @@ import ( "fmt" "math/big" - "github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/square/go-jose/cipher" + "github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/letsencrypt/go-jose/cipher" ) // A generic RSA-based encrypter/verifier diff --git a/Godeps/_workspace/src/github.com/letsencrypt/go-jose/symmetric.go b/Godeps/_workspace/src/github.com/letsencrypt/go-jose/symmetric.go index 4999f5ff7..591a6f101 100644 --- a/Godeps/_workspace/src/github.com/letsencrypt/go-jose/symmetric.go +++ b/Godeps/_workspace/src/github.com/letsencrypt/go-jose/symmetric.go @@ -25,7 +25,7 @@ import ( "crypto/sha512" "crypto/subtle" "errors" - "github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/square/go-jose/cipher" + "github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/letsencrypt/go-jose/cipher" "hash" "io" )