certificates/go.mod

20 lines
678 B
Modula-2
Raw Normal View History

2019-10-22 01:56:48 +00:00
module github.com/smallstep/certificates
go 1.13
require (
2019-10-23 01:41:54 +00:00
github.com/Masterminds/sprig/v3 v3.0.0
2019-10-22 01:56:48 +00:00
github.com/go-chi/chi v3.3.4-0.20181024101233-0ebf7795c516+incompatible
github.com/newrelic/go-agent v1.11.0
github.com/pkg/errors v0.8.1
github.com/rs/xid v1.2.1
github.com/sirupsen/logrus v1.1.1
github.com/smallstep/assert v0.0.0-20180720014142-de77670473b5
2019-11-05 02:09:10 +00:00
github.com/smallstep/cli v0.14.0-rc.1.0.20191105013638-8cf838b56d03
2019-10-24 21:58:48 +00:00
github.com/smallstep/nosql v0.1.1
2019-10-22 01:56:48 +00:00
github.com/urfave/cli v1.20.1-0.20181029213200-b67dcf995b6a
2019-10-23 01:41:54 +00:00
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
2019-10-22 01:56:48 +00:00
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
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
)