2019-10-22 01:56:48 +00:00
|
|
|
module github.com/smallstep/certificates
|
|
|
|
|
2021-11-13 00:43:03 +00:00
|
|
|
go 1.16
|
2019-10-22 01:56:48 +00:00
|
|
|
|
|
|
|
require (
|
2022-03-27 19:40:01 +00:00
|
|
|
cloud.google.com/go v0.100.2
|
|
|
|
cloud.google.com/go/kms v1.4.0
|
|
|
|
cloud.google.com/go/security v1.3.0
|
2021-10-06 00:06:17 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v58.0.0+incompatible
|
2021-10-13 01:24:58 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.17
|
2021-10-06 00:06:17 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
2021-09-22 22:15:19 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2021-02-08 20:01:21 +00:00
|
|
|
github.com/ThalesIgnite/crypto11 v1.2.4
|
2020-05-20 00:35:36 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.30.29
|
2021-08-18 18:38:31 +00:00
|
|
|
github.com/dgraph-io/ristretto v0.0.4-0.20200906165740-41ebdbffecfd // indirect
|
2019-11-27 02:53:16 +00:00
|
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
2021-03-26 21:04:18 +00:00
|
|
|
github.com/go-kit/kit v0.10.0 // indirect
|
2020-12-28 01:27:10 +00:00
|
|
|
github.com/go-piv/piv-go v1.7.0
|
2021-10-06 03:35:52 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2022-03-27 19:40:01 +00:00
|
|
|
github.com/google/go-cmp v0.5.7
|
2021-09-22 22:15:19 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-03-27 19:40:01 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.1.1
|
2021-06-23 07:53:26 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
2021-09-16 06:29:25 +00:00
|
|
|
github.com/micromdm/scep/v2 v2.1.0
|
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
|
2021-12-29 22:12:03 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/slackhq/nebula v1.5.2
|
2020-08-24 21:44:11 +00:00
|
|
|
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
|
2022-03-04 18:56:09 +00:00
|
|
|
github.com/smallstep/nosql v0.4.0
|
2022-03-31 01:24:17 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-26 21:23:26 +00:00
|
|
|
github.com/urfave/cli v1.22.4
|
2021-09-16 06:24:28 +00:00
|
|
|
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
|
2021-11-17 05:43:53 +00:00
|
|
|
go.step.sm/cli-utils v0.7.0
|
2022-03-31 01:24:17 +00:00
|
|
|
go.step.sm/crypto v0.16.1
|
2022-03-14 22:40:01 +00:00
|
|
|
go.step.sm/linkedca v0.11.0
|
2021-12-29 22:12:03 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
2022-03-27 19:40:01 +00:00
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
|
|
google.golang.org/api v0.70.0
|
|
|
|
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf
|
|
|
|
google.golang.org/grpc v1.44.0
|
2021-07-12 13:28:13 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-09-22 22:15:19 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
2019-10-22 01:56:48 +00:00
|
|
|
)
|
2019-11-27 02:53:16 +00:00
|
|
|
|
2021-12-29 22:12:03 +00:00
|
|
|
// replace github.com/smallstep/nosql => ../nosql
|
|
|
|
// replace go.step.sm/crypto => ../crypto
|
|
|
|
// replace go.step.sm/cli-utils => ../cli-utils
|
2022-01-05 02:42:57 +00:00
|
|
|
// replace go.step.sm/linkedca => ../linkedca
|