2019-07-02 12:37:06 -06:00
|
|
|
module github.com/caddyserver/caddy/v2
|
2019-05-06 17:26:05 -04:00
|
|
|
|
2020-02-25 19:24:13 -07:00
|
|
|
go 1.14
|
2019-05-06 17:26:05 -04:00
|
|
|
|
|
|
|
require (
|
2020-05-06 16:02:21 -06:00
|
|
|
github.com/Masterminds/sprig/v3 v3.1.0
|
2020-05-17 17:12:34 -06:00
|
|
|
github.com/alecthomas/chroma v0.7.4-0.20200517063913-500529fd43c1
|
2020-04-04 16:02:46 +13:00
|
|
|
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
|
2020-06-12 11:52:12 -06:00
|
|
|
github.com/caddyserver/certmagic v0.11.2
|
2020-02-25 22:00:33 -07:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-05-12 11:36:20 -06:00
|
|
|
github.com/go-acme/lego/v3 v3.7.0
|
2020-06-05 11:14:09 -06:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-05-21 18:19:01 -06:00
|
|
|
github.com/google/cel-go v0.5.1
|
2019-10-28 14:39:37 -06:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-06-26 12:19:51 -06:00
|
|
|
github.com/klauspost/compress v1.10.10
|
2020-07-06 12:10:35 -06:00
|
|
|
github.com/klauspost/cpuid v1.2.5
|
2020-05-02 17:23:36 -06:00
|
|
|
github.com/libdns/libdns v0.0.0-20200501023120-186724ffc821
|
2020-07-06 12:10:35 -06:00
|
|
|
github.com/lucas-clemente/quic-go v0.17.2
|
2019-12-23 12:56:41 -07:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2020-07-06 12:10:35 -06:00
|
|
|
github.com/smallstep/certificates v0.14.6
|
|
|
|
github.com/smallstep/cli v0.14.6
|
2020-06-30 20:53:29 +03:00
|
|
|
github.com/smallstep/nosql v0.3.0
|
2020-04-01 15:28:09 -06:00
|
|
|
github.com/smallstep/truststore v0.9.5
|
2020-06-05 11:14:09 -06:00
|
|
|
github.com/yuin/goldmark v1.1.32
|
2020-03-13 11:06:08 -06:00
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
2020-05-06 16:02:21 -06:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-06-26 12:19:51 -06:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
2020-06-30 20:53:29 +03:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2019-10-28 14:39:37 -06:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-05-17 17:12:34 -06:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-05-06 17:26:05 -04:00
|
|
|
)
|