forked from TrueCloudLab/lego
Merge pull request #177 from csstaub/master
Build with go-jose.v1 (instead of master)
This commit is contained in:
commit
4975774a3f
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/square/go-jose"
|
"gopkg.in/square/go-jose.v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
type jws struct {
|
type jws struct {
|
||||||
|
|
|
@ -3,7 +3,7 @@ package acme
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/square/go-jose"
|
"gopkg.in/square/go-jose.v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
type directory struct {
|
type directory struct {
|
||||||
|
|
Loading…
Reference in a new issue