2019-10-21 18:56:48 -07:00
|
|
|
module github.com/smallstep/certificates
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2019-10-22 18:41:54 -07:00
|
|
|
github.com/Masterminds/sprig/v3 v3.0.0
|
2019-11-26 18:53:16 -08:00
|
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
|
|
github.com/newrelic/go-agent v2.15.0+incompatible
|
2019-10-21 18:56:48 -07:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/rs/xid v1.2.1
|
2019-11-26 18:53:16 -08:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-01-03 13:27:45 -08:00
|
|
|
github.com/smallstep/assert v0.0.0-20200103212524-b99dc1097b15
|
2020-01-30 10:59:28 -08:00
|
|
|
github.com/smallstep/cli v0.14.0-rc.3
|
2019-12-13 13:56:56 -08:00
|
|
|
github.com/smallstep/nosql v0.2.0
|
2020-01-10 10:58:49 -08:00
|
|
|
github.com/urfave/cli v1.22.2
|
|
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
|
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
2019-10-24 14:40:37 -07:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.0
|
2019-10-21 18:56:48 -07:00
|
|
|
)
|
2019-11-26 18:53:16 -08:00
|
|
|
|
2019-12-17 14:30:18 -08:00
|
|
|
//replace github.com/smallstep/cli => ../cli
|