2019-06-04 14:52:37 -05:00
|
|
|
module github.com/caddyserver/caddy2
|
2019-05-06 16:26:05 -05:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-06-05 12:10:19 -05:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/go-acme/lego v2.6.0+incompatible
|
2019-05-06 16:26:05 -05:00
|
|
|
github.com/klauspost/cpuid v1.2.1
|
|
|
|
github.com/mholt/certmagic v0.5.1
|
2019-06-05 12:10:19 -05:00
|
|
|
github.com/rs/cors v1.6.0
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2019-05-14 09:35:41 -05:00
|
|
|
github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
|
2019-06-05 12:10:19 -05:00
|
|
|
go.starlark.net v0.0.0-20190604130855-6ddc71c0ba77
|
|
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
|
|
|
|
gopkg.in/russross/blackfriday.v2 v2.0.1
|
2019-05-06 16:26:05 -05:00
|
|
|
)
|
2019-06-05 12:10:19 -05:00
|
|
|
|
|
|
|
replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1
|
|
|
|
|
|
|
|
replace github.com/mholt/certmagic v0.5.1 => ../../mholt/certmagic
|