Lets Encrypt certificate renewal API for server cluster and getssl.
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.

10 lines
207 B

module leapi
go 1.16
require (
github.com/fatih/color v1.13.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/labstack/echo/v4 v4.7.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)