You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
284 B
11 lines
284 B
module bitbucket.org/lightcodelabs/caddy2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-acme/lego v2.5.0+incompatible
|
|
github.com/klauspost/cpuid v1.2.1
|
|
github.com/mholt/certmagic v0.5.1
|
|
go.starlark.net v0.0.0-20190506145734-95b2783e7d63
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
|
|
)
|
|
|