2019-07-03 02:37:06 +08:00
|
|
|
module github.com/caddyserver/caddy/v2
|
2019-05-07 05:26:05 +08:00
|
|
|
|
2020-02-26 10:24:13 +08:00
|
|
|
go 1.14
|
2019-05-07 05:26:05 +08:00
|
|
|
|
|
|
|
require (
|
2020-03-07 14:15:25 +08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.0.2
|
2020-04-15 01:28:41 +08:00
|
|
|
github.com/alecthomas/chroma v0.7.2
|
2020-04-04 11:02:46 +08:00
|
|
|
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
|
2020-04-15 01:28:41 +08:00
|
|
|
github.com/caddyserver/certmagic v0.10.12
|
2020-02-26 13:00:33 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-05-01 08:17:39 +08:00
|
|
|
github.com/go-acme/lego/v3 v3.6.0
|
2020-05-06 02:35:32 +08:00
|
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
2020-04-09 05:39:23 +08:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2020-03-27 04:01:38 +08:00
|
|
|
github.com/google/cel-go v0.4.1
|
2019-10-29 04:39:37 +08:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-04-10 00:57:23 +08:00
|
|
|
github.com/klauspost/compress v1.10.4
|
2020-03-07 14:15:25 +08:00
|
|
|
github.com/klauspost/cpuid v1.2.3
|
2020-05-03 07:23:36 +08:00
|
|
|
github.com/libdns/libdns v0.0.0-20200501023120-186724ffc821
|
2020-04-10 00:57:23 +08:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.3
|
2019-12-24 03:56:41 +08:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2020-04-15 01:28:41 +08:00
|
|
|
github.com/smallstep/certificates v0.14.2
|
|
|
|
github.com/smallstep/cli v0.14.2
|
2020-05-06 02:35:32 +08:00
|
|
|
github.com/smallstep/nosql v0.2.0
|
2020-04-02 05:28:09 +08:00
|
|
|
github.com/smallstep/truststore v0.9.5
|
2020-04-15 01:28:41 +08:00
|
|
|
github.com/yuin/goldmark v1.1.28
|
2020-03-14 01:06:08 +08:00
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
2020-03-18 11:03:17 +08:00
|
|
|
go.uber.org/zap v1.14.1
|
2020-05-03 07:23:36 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc
|
|
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
|
2020-04-15 01:28:41 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
|
2019-10-29 04:39:37 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-03-07 14:15:25 +08:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-05-07 05:26:05 +08:00
|
|
|
)
|