certificates/go.mod

45 lines
1.6 KiB
Modula-2
Raw Normal View History

2019-10-22 01:56:48 +00:00
module github.com/smallstep/certificates
go 1.14
2019-10-22 01:56:48 +00:00
require (
2021-06-04 02:31:19 +00:00
cloud.google.com/go v0.83.0
github.com/Masterminds/sprig/v3 v3.1.0
github.com/ThalesIgnite/crypto11 v1.2.4
github.com/aws/aws-sdk-go v1.30.29
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
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-piv/piv-go v1.7.0
2021-06-04 02:31:19 +00:00
github.com/golang/mock v1.5.0
2020-09-10 23:19:18 +00:00
github.com/google/uuid v1.1.2
2020-01-10 02:43:35 +00:00
github.com/googleapis/gax-go/v2 v2.0.5
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
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
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
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
2021-08-25 17:32:12 +00:00
github.com/smallstep/nosql v0.3.8
2020-10-26 21:23:26 +00:00
github.com/urfave/cli v1.22.4
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
go.step.sm/cli-utils v0.4.1
2021-08-27 01:12:37 +00:00
go.step.sm/crypto v0.9.2
2021-08-11 22:33:34 +00:00
go.step.sm/linkedca v0.5.0
2021-08-26 18:29:13 +00:00
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
2021-06-04 02:31:19 +00:00
google.golang.org/api v0.47.0
2021-07-20 19:59:59 +00:00
google.golang.org/genproto v0.0.0-20210719143636-1d5a45f8e492
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
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/nosql => ../nosql
2021-07-20 21:55:07 +00:00
// replace go.step.sm/crypto => ../crypto
// replace go.step.sm/cli-utils => ../cli-utils
2021-08-02 23:08:54 +00:00
// replace go.step.sm/linkedca => ../linkedca