2019-07-02 21:49:20 +03:00
|
|
|
module github.com/caddyserver/caddy
|
2019-03-30 05:30:48 +03:00
|
|
|
|
2019-11-06 10:30:29 +03:00
|
|
|
go 1.13
|
2019-03-30 05:30:48 +03:00
|
|
|
|
|
|
|
require (
|
2019-04-17 21:13:44 +03:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2019-03-30 05:30:48 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2019-04-20 21:11:27 +03:00
|
|
|
github.com/go-acme/lego v2.5.0+incompatible
|
2019-03-30 05:30:48 +03:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/gorilla/websocket v1.4.0
|
|
|
|
github.com/hashicorp/go-syslog v1.0.0
|
|
|
|
github.com/jimstudt/http-authentication v0.0.0-20140401203705-3eca13d6893a
|
|
|
|
github.com/klauspost/cpuid v1.2.0
|
2019-04-17 21:13:44 +03:00
|
|
|
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
|
2019-11-06 10:30:29 +03:00
|
|
|
github.com/lucas-clemente/quic-go v0.13.0
|
2019-07-01 20:43:21 +03:00
|
|
|
github.com/mholt/certmagic v0.6.2-0.20190624175158-6a42ef9fe8c2
|
2019-03-30 05:30:48 +03:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
|
|
|
github.com/russross/blackfriday v0.0.0-20170610170232-067529f716f4
|
2019-11-06 10:30:29 +03:00
|
|
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
2019-04-17 21:13:44 +03:00
|
|
|
gopkg.in/mcuadros/go-syslog.v2 v2.2.1
|
2019-03-30 05:30:48 +03:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
)
|