certificates/go.mod

32 lines
1.1 KiB
Modula-2
Raw Normal View History

2019-10-21 18:56:48 -07:00
module github.com/smallstep/certificates
go 1.13
require (
2020-01-09 18:43:35 -08:00
cloud.google.com/go v0.51.0
2019-10-22 18:41:54 -07:00
github.com/Masterminds/sprig/v3 v3.0.0
github.com/aws/aws-sdk-go v1.30.29
2019-11-26 18:53:16 -08:00
github.com/go-chi/chi v4.0.2+incompatible
2020-05-07 18:22:09 -07:00
github.com/go-piv/piv-go v1.5.0
2020-01-09 18:43:35 -08:00
github.com/googleapis/gax-go/v2 v2.0.5
2020-04-30 18:59:41 -07:00
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
2019-11-26 18:53:16 -08:00
github.com/newrelic/go-agent v2.15.0+incompatible
github.com/pkg/errors v0.9.1
2019-10-21 18:56:48 -07:00
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-04-30 17:48:58 -07:00
github.com/smallstep/cli v0.14.3
2020-04-27 18:13:54 -07:00
github.com/smallstep/nosql v0.3.0
github.com/urfave/cli v1.22.2
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
2020-01-09 18:43:35 -08:00
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb
2020-01-14 18:51:05 -08:00
google.golang.org/grpc v1.26.0
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
//replace github.com/smallstep/cli => ../cli
2020-04-21 09:27:42 -07:00
//replace github.com/smallstep/nosql => ../nosql