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-04-14 19:28:41 +02:00
|
|
|
github.com/alecthomas/chroma v0.7.2
|
2020-04-04 05:02:46 +02:00
|
|
|
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
|
2020-04-14 19:28:41 +02:00
|
|
|
github.com/caddyserver/certmagic v0.10.12
|
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-04-08 23:39:23 +02:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2020-03-26 21:01:38 +01:00
|
|
|
github.com/google/cel-go v0.4.1
|
2020-04-09 20:10:52 +02:00
|
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
2019-10-28 21:39:37 +01:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-04-09 18:57:23 +02:00
|
|
|
github.com/klauspost/compress v1.10.4
|
2020-03-07 07:15:25 +01:00
|
|
|
github.com/klauspost/cpuid v1.2.3
|
2020-04-09 18:57:23 +02:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.3
|
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-04-14 19:28:41 +02:00
|
|
|
github.com/smallstep/certificates v0.14.2
|
|
|
|
github.com/smallstep/cli v0.14.2
|
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-14 19:28:41 +02:00
|
|
|
github.com/yuin/goldmark v1.1.28
|
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-04-14 19:28:41 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200414155820-4f8f47aa7992
|
2020-03-24 17:37:47 +01:00
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
2020-04-14 19:28:41 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
|
2019-10-28 21:39:37 +01:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-04-14 19:28:41 +02:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
|
2020-03-07 07:15:25 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-05-06 23:26:05 +02:00
|
|
|
)
|