2019-10-22 01:56:48 +00:00
|
|
|
module github.com/smallstep/certificates
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-01-10 02:43:35 +00:00
|
|
|
cloud.google.com/go v0.51.0
|
2019-10-23 01:41:54 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.0.0
|
2019-11-27 02:53:16 +00:00
|
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
2020-01-10 02:43:35 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.0.5
|
2019-11-27 02:53:16 +00:00
|
|
|
github.com/newrelic/go-agent v2.15.0+incompatible
|
2019-10-22 01:56:48 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/rs/xid v1.2.1
|
2019-11-27 02:53:16 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-01-03 21:27:45 +00:00
|
|
|
github.com/smallstep/assert v0.0.0-20200103212524-b99dc1097b15
|
2020-04-10 01:14:24 +00:00
|
|
|
github.com/smallstep/cli v0.14.2
|
2020-04-21 16:27:42 +00:00
|
|
|
github.com/smallstep/nosql v0.2.1-0.20200421162603-b38671a21284
|
2020-01-10 18:58:49 +00:00
|
|
|
github.com/urfave/cli v1.22.2
|
2020-03-24 21:17:44 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
2020-01-10 02:43:35 +00:00
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
|
|
google.golang.org/api v0.15.0
|
|
|
|
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb
|
2020-01-15 02:51:05 +00:00
|
|
|
google.golang.org/grpc v1.26.0
|
2019-10-24 21:40:37 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.0
|
2019-10-22 01:56:48 +00:00
|
|
|
)
|
2019-11-27 02:53:16 +00:00
|
|
|
|
2019-12-10 07:14:56 +00:00
|
|
|
//replace github.com/smallstep/cli => ../cli
|
2020-04-21 16:27:42 +00:00
|
|
|
//replace github.com/smallstep/nosql => ../nosql
|