mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
Build with go-jose.v1 instead of master
This commit is contained in:
parent
0a681c253d
commit
6528bf217e
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue