2019-10-22 01:56:48 +00:00
|
|
|
module github.com/smallstep/certificates
|
|
|
|
|
2020-08-10 22:29:18 +00:00
|
|
|
go 1.14
|
2019-10-22 01:56:48 +00:00
|
|
|
|
|
|
|
require (
|
2020-01-10 02:43:35 +00:00
|
|
|
cloud.google.com/go v0.51.0
|
2020-08-05 23:02:46 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.1.0
|
2020-05-20 00:35:36 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.30.29
|
2019-11-27 02:53:16 +00:00
|
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
2020-05-08 01:22:09 +00:00
|
|
|
github.com/go-piv/piv-go v1.5.0
|
2020-01-10 02:43:35 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.0.5
|
2020-08-17 20:46:30 +00:00
|
|
|
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
|
|
|
|
github.com/lunixbochs/vtclean v1.0.0 // indirect
|
2019-11-27 02:53:16 +00:00
|
|
|
github.com/newrelic/go-agent v2.15.0+incompatible
|
2020-05-20 00:35:36 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-10-22 01:56:48 +00:00
|
|
|
github.com/rs/xid v1.2.1
|
2019-11-27 02:53:16 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-08-24 21:44:11 +00:00
|
|
|
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
|
2020-08-17 04:04:12 +00:00
|
|
|
github.com/smallstep/cli v0.15.0
|
2020-04-28 01:13:54 +00:00
|
|
|
github.com/smallstep/nosql v0.3.0
|
2020-01-10 18:58:49 +00:00
|
|
|
github.com/urfave/cli v1.22.2
|
2020-08-25 18:46:04 +00:00
|
|
|
go.step.sm/crypto v0.3.0
|
2020-08-14 22:33:50 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
2020-05-20 00:35:36 +00:00
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
2020-01-10 02:43:35 +00:00
|
|
|
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
|
2020-08-24 21:44:11 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
2019-10-22 01:56:48 +00:00
|
|
|
)
|
2019-11-27 02:53:16 +00:00
|
|
|
|
2020-08-12 00:59:33 +00:00
|
|
|
// replace github.com/smallstep/cli => ../cli
|
|
|
|
// replace github.com/smallstep/nosql => ../nosql
|
2020-08-25 18:46:04 +00:00
|
|
|
// replace go.step.sm/crypto => ../crypto
|