mirror of
https://github.com/go-acme/lego.git
synced 2025-01-04 23:50:28 +02:00
Build with go-jose.v1 instead of master
This commit is contained in:
parent
0a681c253d
commit
6528bf217e
@ -9,7 +9,7 @@ import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"github.com/square/go-jose"
|
||||
"gopkg.in/square/go-jose.v1"
|
||||
)
|
||||
|
||||
type jws struct {
|
||||
|
@ -3,7 +3,7 @@ package acme
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/square/go-jose"
|
||||
"gopkg.in/square/go-jose.v1"
|
||||
)
|
||||
|
||||
type directory struct {
|
||||
|
Loading…
Reference in New Issue
Block a user