2019-07-03 02:37:06 +08:00
|
|
|
module github.com/caddyserver/caddy/v2
|
2019-05-07 05:26:05 +08:00
|
|
|
|
2021-08-17 11:56:20 +08:00
|
|
|
go 1.16
|
2019-05-07 05:26:05 +08:00
|
|
|
|
|
|
|
require (
|
2021-06-04 02:18:25 +08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2021-06-19 02:02:36 +08:00
|
|
|
github.com/alecthomas/chroma v0.9.2
|
2021-06-04 02:18:25 +08:00
|
|
|
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
|
2021-11-09 04:08:50 +08:00
|
|
|
github.com/caddyserver/certmagic v0.15.2
|
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
|
2021-06-04 02:18:25 +08:00
|
|
|
github.com/google/cel-go v0.7.3
|
2021-08-27 05:00:25 +08:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-10-12 15:08:28 +08:00
|
|
|
github.com/klauspost/compress v1.13.6
|
2021-08-27 05:00:25 +08:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9
|
2021-08-21 00:19:16 +08:00
|
|
|
github.com/lucas-clemente/quic-go v0.23.0
|
2021-11-09 04:08:50 +08:00
|
|
|
github.com/mholt/acmez v1.0.1
|
2019-12-24 03:56:41 +08:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2021-08-26 02:16:55 +08:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-12-11 03:58:53 +08:00
|
|
|
github.com/smallstep/certificates v0.18.0
|
|
|
|
github.com/smallstep/cli v0.18.0
|
|
|
|
github.com/smallstep/nosql v0.3.9
|
2021-12-10 04:57:26 +08:00
|
|
|
github.com/smallstep/truststore v0.10.1
|
2021-10-12 15:08:28 +08:00
|
|
|
github.com/yuin/goldmark v1.4.1
|
2021-06-04 02:18:25 +08:00
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
|
2021-08-27 05:00:25 +08:00
|
|
|
go.uber.org/zap v1.19.0
|
2021-10-12 15:08:28 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
|
|
|
|
golang.org/x/net v0.0.0-20210913180222-943fd674d43e
|
2021-06-04 02:18:25 +08:00
|
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
|
2021-10-12 15:08:28 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20210719143636-1d5a45f8e492
|
2021-08-26 02:16:55 +08:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2019-10-29 04:39:37 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2021-06-04 02:18:25 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-05-07 05:26:05 +08:00
|
|
|
)
|