mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-28 21:24:28 +00:00
add ui/dist to .gitignore. change dockerfile to build front.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package applicant
|
||||
|
||||
import (
|
||||
"certimate/internal/domain"
|
||||
"certimate/internal/utils/app"
|
||||
"crypto"
|
||||
"crypto/ecdsa"
|
||||
"crypto/elliptic"
|
||||
@@ -11,6 +9,9 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"certimate/internal/domain"
|
||||
"certimate/internal/utils/app"
|
||||
|
||||
"github.com/go-acme/lego/v4/certcrypto"
|
||||
"github.com/go-acme/lego/v4/certificate"
|
||||
"github.com/go-acme/lego/v4/challenge"
|
||||
|
Reference in New Issue
Block a user