Build with go-jose.v1 instead of master

This commit is contained in:
Cedric Staub 2016-03-27 12:38:49 -07:00
parent 0a681c253d
commit 6528bf217e
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {