fix le fork of go-jose again
This commit is contained in:
parent
dbbd60430c
commit
7bd22352ba
|
|
@ -110,7 +110,7 @@
|
|||
},
|
||||
{
|
||||
"ImportPath": "github.com/letsencrypt/go-jose",
|
||||
"Rev": "e7bd87a386998d423741e8e370af1a22638767e0"
|
||||
"Rev": "77671e91fe89678878df4bde9e6b653a0d190dfb"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/letsencrypt/go-safe-browsing-api",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue