File tree Expand file tree Collapse file tree 7 files changed +45
-51
lines changed
Expand file tree Collapse file tree 7 files changed +45
-51
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ required = [
4747 branch = " master"
4848 name = " golang.org/x/crypto"
4949
50- [[override ]]
51- name = " github.com/smallstep/ca-component"
52- branch = " max/refactor"
53-
5450[[constraint ]]
5551 name = " gopkg.in/square/go-jose.v2"
5652 version = " 2.1.9"
Original file line number Diff line number Diff line change 99 "strings"
1010
1111 "github.com/pkg/errors"
12- "github.com/smallstep/ca-component /api"
13- "github.com/smallstep/ca-component /ca"
12+ "github.com/smallstep/certificates /api"
13+ "github.com/smallstep/certificates /ca"
1414 "github.com/smallstep/cli/crypto/pemutil"
1515 "github.com/smallstep/cli/crypto/pki"
1616 "github.com/smallstep/cli/errs"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package provisioner
22
33import (
44 "github.com/pkg/errors"
5- "github.com/smallstep/ca-component /authority"
5+ "github.com/smallstep/certificates /authority"
66 "github.com/smallstep/cli/errs"
77 "github.com/smallstep/cli/jose"
88 "github.com/smallstep/cli/ui"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package provisioner
22
33import (
44 "github.com/pkg/errors"
5- "github.com/smallstep/ca-component /authority"
5+ "github.com/smallstep/certificates /authority"
66 "github.com/smallstep/cli/errs"
77 "github.com/urfave/cli"
88)
Original file line number Diff line number Diff line change 66
77 "github.com/pkg/errors"
88
9- "github.com/smallstep/ca-component /ca"
9+ "github.com/smallstep/certificates /ca"
1010 "github.com/smallstep/cli/crypto/pemutil"
1111 "github.com/smallstep/cli/errs"
1212 "github.com/urfave/cli"
Original file line number Diff line number Diff line change 99 "path/filepath"
1010
1111 "github.com/pkg/errors"
12- "github.com/smallstep/ca-component /authority"
13- "github.com/smallstep/ca-component /ca"
12+ "github.com/smallstep/certificates /authority"
13+ "github.com/smallstep/certificates /ca"
1414 "github.com/smallstep/cli/config"
1515 "github.com/smallstep/cli/crypto/pemutil"
1616 "github.com/smallstep/cli/crypto/tlsutil"
You can’t perform that action at this time.
0 commit comments