Merge pull request #1140 from letsencrypt/update_le_go_jose

fix le fork of go-jose again
This commit is contained in:
Roland Bracewell Shoemaker 2015-11-13 15:05:40 -08:00
commit 15dbe4c9fa
3 changed files with 3 additions and 3 deletions

2
Godeps/Godeps.json generated
View File

@ -110,7 +110,7 @@
},
{
"ImportPath": "github.com/letsencrypt/go-jose",
"Rev": "e7bd87a386998d423741e8e370af1a22638767e0"
"Rev": "77671e91fe89678878df4bde9e6b653a0d190dfb"
},
{
"ImportPath": "github.com/letsencrypt/go-safe-browsing-api",

View File

@ -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

View File

@ -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"
)