2019-07-02 20:37:06 +02:00
|
|
|
module github.com/caddyserver/caddy/v2
|
2019-05-06 23:26:05 +02:00
|
|
|
|
2020-02-26 03:24:13 +01:00
|
|
|
go 1.14
|
2019-05-06 23:26:05 +02:00
|
|
|
|
|
|
|
require (
|
2020-03-07 07:15:25 +01:00
|
|
|
github.com/Masterminds/sprig/v3 v3.0.2
|
2020-03-13 18:06:08 +01:00
|
|
|
github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a
|
2020-04-04 01:46:43 +02:00
|
|
|
github.com/caddyserver/certmagic v0.10.10
|
2020-04-03 17:32:57 +02:00
|
|
|
github.com/cenkalti/backoff/v4 v4.0.2 // indirect
|
2020-02-26 06:00:33 +01:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-03-18 04:03:17 +01:00
|
|
|
github.com/go-acme/lego/v3 v3.5.0
|
2020-03-26 21:01:38 +01:00
|
|
|
github.com/google/cel-go v0.4.1
|
2019-10-28 21:39:37 +01:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-03-13 20:02:47 +01:00
|
|
|
github.com/klauspost/compress v1.10.3
|
2020-03-07 07:15:25 +01:00
|
|
|
github.com/klauspost/cpuid v1.2.3
|
2020-03-07 07:24:09 +01:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.2
|
2020-03-07 07:15:25 +01:00
|
|
|
github.com/manifoldco/promptui v0.7.0 // indirect
|
2020-03-20 15:53:40 +01:00
|
|
|
github.com/miekg/dns v1.1.29 // indirect
|
2019-12-23 20:56:41 +01:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2020-03-07 07:15:25 +01:00
|
|
|
github.com/smallstep/certificates v0.14.0-rc.5
|
|
|
|
github.com/smallstep/cli v0.14.0-rc.3
|
2020-04-01 23:28:09 +02:00
|
|
|
github.com/smallstep/truststore v0.9.5
|
2020-03-24 17:37:47 +01:00
|
|
|
github.com/vulcand/oxy v1.1.0
|
2020-04-01 05:08:02 +02:00
|
|
|
github.com/yuin/goldmark v1.1.27
|
2020-03-13 18:06:08 +01:00
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
2020-03-18 04:03:17 +01:00
|
|
|
go.uber.org/zap v1.14.1
|
2020-03-24 17:37:47 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
2020-04-03 17:32:57 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
|
2020-03-24 17:37:47 +01:00
|
|
|
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472
|
2019-10-28 21:39:37 +01:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-12-17 18:59:35 +01:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
2020-03-07 07:15:25 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-05-06 23:26:05 +02:00
|
|
|
)
|