fix le fork of go-jose again

This commit is contained in:
Jeff Hodges 2015-11-13 14:48:05 -08:00
parent dbbd60430c
commit 7bd22352ba
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"
)