mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
9 lines
190 B
Modula-2
9 lines
190 B
Modula-2
module github.com/micro/go-micro/plugins/acme/certmagic/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/caddyserver/certmagic v0.10.6
|
|
github.com/micro/go-micro/v2 v2.9.2-0.20201229165018-ee8b369a19fc
|
|
)
|