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-05-07 01:02:21 +03:00
|
|
|
github.com/Masterminds/sprig/v3 v3.1.0
|
2020-04-14 20:28:41 +03:00
|
|
|
github.com/alecthomas/chroma v0.7.2
|
2020-04-04 06:02:46 +03:00
|
|
|
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
|
2020-04-14 20:28:41 +03:00
|
|
|
github.com/caddyserver/certmagic v0.10.12
|
2020-02-26 08:00:33 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-05-01 03:17:39 +03:00
|
|
|
github.com/go-acme/lego/v3 v3.6.0
|
2020-05-07 01:02:21 +03:00
|
|
|
github.com/go-chi/chi v4.1.1+incompatible
|
2020-04-09 00:39:23 +03:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2020-05-07 01:02:21 +03:00
|
|
|
github.com/google/cel-go v0.4.2
|
2019-10-28 23:39:37 +03:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-05-07 01:02:21 +03:00
|
|
|
github.com/klauspost/compress v1.10.5
|
|
|
|
github.com/klauspost/cpuid v1.2.4
|
2020-05-03 02:23:36 +03:00
|
|
|
github.com/libdns/libdns v0.0.0-20200501023120-186724ffc821
|
2020-05-07 01:02:21 +03:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.7
|
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-05-07 01:02:21 +03: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 00:28:09 +03:00
|
|
|
github.com/smallstep/truststore v0.9.5
|
2020-05-07 01:02:21 +03:00
|
|
|
github.com/yuin/goldmark v1.1.30
|
2020-03-13 20:06:08 +03:00
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
2020-05-07 01:02:21 +03:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-05-03 02:23:36 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc
|
|
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
|
2020-04-14 20:28:41 +03:00
|
|
|
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
|
2019-10-28 23:39:37 +03:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-03-07 09:15:25 +03:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2020-05-07 01:02:21 +03:00
|
|
|
howett.net/plist v0.0.0-20200225050739-77e249a2e2ba // indirect
|
2019-05-07 00:26:05 +03:00
|
|
|
)
|