ca-component -> certificates

* fix redundant error check
* add README
This commit is contained in:
max furman 2018-10-31 21:36:01 -07:00
parent d3d1db34f1
commit c74fcd57a7
18 changed files with 61 additions and 71 deletions

View file

@ -22,7 +22,7 @@ import (
"strings"
"github.com/pkg/errors"
"github.com/smallstep/ca-component/api"
"github.com/smallstep/certificates/api"
"golang.org/x/net/http2"
"gopkg.in/square/go-jose.v2/jwt"
)