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-05-07 06:02:21 +08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.1.0
|
2020-08-07 04:36:21 +08:00
|
|
|
github.com/alecthomas/chroma v0.8.0
|
2020-04-04 11:02:46 +08:00
|
|
|
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
|
2020-08-22 10:30:14 +08:00
|
|
|
github.com/caddyserver/certmagic v0.11.3-0.20200822022242-4fd8ae48ef87
|
2020-02-26 13:00:33 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-06-06 01:14:09 +08:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-05-22 08:19:01 +08:00
|
|
|
github.com/google/cel-go v0.5.1
|
2019-10-29 04:39:37 +08:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-06-27 02:19:51 +08:00
|
|
|
github.com/klauspost/compress v1.10.10
|
2020-07-07 02:10:35 +08:00
|
|
|
github.com/klauspost/cpuid v1.2.5
|
2020-08-21 04:04:10 +08:00
|
|
|
github.com/lucas-clemente/quic-go v0.18.0
|
2020-08-22 10:30:14 +08:00
|
|
|
github.com/mholt/acmez v0.1.1-0.20200811184240-dc9c5f05ed1e
|
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-09-18 02:01:20 +08:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
2020-08-21 09:28:25 +08:00
|
|
|
github.com/smallstep/certificates v0.15.1
|
|
|
|
github.com/smallstep/cli v0.15.0
|
2020-07-01 01:53:29 +08:00
|
|
|
github.com/smallstep/nosql v0.3.0
|
2020-07-21 04:57:40 +08:00
|
|
|
github.com/smallstep/truststore v0.9.6
|
2020-08-07 04:36:21 +08:00
|
|
|
github.com/yuin/goldmark v1.2.1
|
2020-03-14 01:06:08 +08:00
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
2020-05-07 06:02:21 +08:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-07-31 05:18:14 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
2020-08-07 04:36:21 +08:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
|
|
google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98
|
|
|
|
google.golang.org/protobuf v1.24.0
|
2019-10-29 04:39:37 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-05-18 07:12:34 +08:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-05-07 05:26:05 +08:00
|
|
|
)
|