mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module github.com/smallstep/certificates
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.0.0
|
|
github.com/go-chi/chi v3.3.4-0.20181024101233-0ebf7795c516+incompatible
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/golangci/golangci-lint v1.18.0 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
|
|
github.com/manifoldco/promptui v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
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
|
|
github.com/smallstep/cli v0.14.0-rc.1.0.20191024214139-914a67ed80c2
|
|
github.com/smallstep/nosql v0.1.1
|
|
github.com/urfave/cli v1.20.1-0.20181029213200-b67dcf995b6a
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
gopkg.in/square/go-jose.v2 v2.4.0
|
|
)
|