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-05-18 07:12:34 +08:00
|
|
|
github.com/alecthomas/chroma v0.7.4-0.20200517063913-500529fd43c1
|
2020-04-04 11:02:46 +08:00
|
|
|
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
|
2020-05-13 01:36:20 +08:00
|
|
|
github.com/caddyserver/certmagic v0.10.13
|
2020-02-26 13:00:33 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-05-13 01:36:20 +08:00
|
|
|
github.com/go-acme/lego/v3 v3.7.0
|
2020-05-07 06:02:21 +08:00
|
|
|
github.com/go-chi/chi v4.1.1+incompatible
|
2020-04-09 05:39:23 +08:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2020-05-18 07:12:34 +08:00
|
|
|
github.com/google/cel-go v0.5.0
|
2019-10-29 04:39:37 +08:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-05-07 06:02:21 +08:00
|
|
|
github.com/klauspost/compress v1.10.5
|
|
|
|
github.com/klauspost/cpuid v1.2.4
|
2020-05-03 07:23:36 +08:00
|
|
|
github.com/libdns/libdns v0.0.0-20200501023120-186724ffc821
|
2020-05-07 06:02:21 +08:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.7
|
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-05-07 06:02:21 +08:00
|
|
|
github.com/smallstep/certificates v0.15.0-rc.1.0.20200506212953-e855707dc274
|
|
|
|
github.com/smallstep/cli v0.14.3
|
|
|
|
github.com/smallstep/nosql v0.3.0
|
2020-04-02 05:28:09 +08:00
|
|
|
github.com/smallstep/truststore v0.9.5
|
2020-05-07 06:02:21 +08:00
|
|
|
github.com/yuin/goldmark v1.1.30
|
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-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-05-18 07:12:34 +08:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-05-07 06:02:21 +08:00
|
|
|
howett.net/plist v0.0.0-20200225050739-77e249a2e2ba // indirect
|
2019-05-07 05:26:05 +08:00
|
|
|
)
|