aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--account.go2
-rw-r--r--register.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/account.go b/account.go
index 7ac6089..4fa8cec 100644
--- a/account.go
+++ b/account.go
@@ -8,7 +8,7 @@ import (
"io"
"strings"
- "github.com/square/go-jose"
+ "gopkg.in/square/go-jose.v1"
)
// KeySize is a default RSA key size
diff --git a/register.go b/register.go
index 8c24da1..92355e0 100644
--- a/register.go
+++ b/register.go
@@ -6,7 +6,7 @@ import (
"net/http"
"time"
- "github.com/square/go-jose"
+ "gopkg.in/square/go-jose.v1"
)
// Registration Objects