move acme out of api

This commit is contained in:
Asim Aslam
2020-10-18 08:10:46 +01:00
parent 07b32ad3b9
commit 8215db3be9
6 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ package api
import (
"crypto/tls"
"github.com/micro/go-micro/v3/api/acme"
"github.com/micro/go-micro/v3/acme"
"github.com/micro/go-micro/v3/api/resolver"
)