2019-07-02 21:37:06 +03:00
|
|
|
module github.com/caddyserver/caddy/v2
|
2019-05-07 00:26:05 +03:00
|
|
|
|
2020-02-26 05:24:13 +03:00
|
|
|
go 1.14
|
2019-05-07 00:26:05 +03:00
|
|
|
|
|
|
|
require (
|
2020-03-07 09:15:25 +03:00
|
|
|
github.com/Masterminds/sprig/v3 v3.0.2
|
2020-03-13 20:06:08 +03:00
|
|
|
github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a
|
2020-03-07 09:15:25 +03:00
|
|
|
github.com/andybalholm/brotli v1.0.0
|
2020-03-13 20:06:08 +03:00
|
|
|
github.com/caddyserver/certmagic v0.10.1
|
2020-02-26 08:00:33 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-03-07 09:15:25 +03:00
|
|
|
github.com/go-acme/lego/v3 v3.4.0
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
2019-09-02 21:21:41 +03:00
|
|
|
github.com/ilibs/json5 v1.0.1
|
2019-10-28 23:39:37 +03:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-03-07 09:15:25 +03:00
|
|
|
github.com/klauspost/compress v1.10.2
|
|
|
|
github.com/klauspost/cpuid v1.2.3
|
2020-03-07 09:24:09 +03:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.2
|
2020-03-07 09:15:25 +03:00
|
|
|
github.com/manifoldco/promptui v0.7.0 // indirect
|
|
|
|
github.com/miekg/dns v1.1.27 // indirect
|
|
|
|
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20200303171503-1e787b591db7
|
2019-12-23 22:56:41 +03:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2020-03-07 09:15:25 +03:00
|
|
|
github.com/smallstep/certificates v0.14.0-rc.5
|
|
|
|
github.com/smallstep/cli v0.14.0-rc.3
|
|
|
|
github.com/smallstep/truststore v0.9.4
|
2019-10-11 00:47:26 +03:00
|
|
|
github.com/vulcand/oxy v1.0.0
|
2020-03-13 20:06:08 +03:00
|
|
|
github.com/yuin/goldmark v1.1.25
|
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
2020-03-07 09:15:25 +03:00
|
|
|
go.uber.org/zap v1.14.0
|
|
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
|
|
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
|
2019-10-28 23:39:37 +03:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-12-17 20:59:35 +03:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
2020-03-07 09:15:25 +03:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-05-07 00:26:05 +03:00
|
|
|
)
|