mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 04:30:09 +00:00
fix deps
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package acme
|
||||
|
||||
import (
|
||||
"Ratte/conf"
|
||||
"fmt"
|
||||
"github.com/InazumaV/Ratte/conf"
|
||||
"path"
|
||||
|
||||
"github.com/go-acme/lego/v4/certcrypto"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package acme
|
||||
|
||||
import (
|
||||
"Ratte/common/file"
|
||||
"fmt"
|
||||
"github.com/InazumaV/Ratte/common/file"
|
||||
"github.com/go-acme/lego/v4/certcrypto"
|
||||
"github.com/go-acme/lego/v4/certificate"
|
||||
"github.com/go-acme/lego/v4/challenge/http01"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package acme
|
||||
|
||||
import (
|
||||
"Ratte/common/file"
|
||||
"crypto"
|
||||
"crypto/ecdsa"
|
||||
"crypto/elliptic"
|
||||
@@ -9,6 +8,7 @@ import (
|
||||
"crypto/x509"
|
||||
"encoding/pem"
|
||||
"fmt"
|
||||
"github.com/InazumaV/Ratte/common/file"
|
||||
"github.com/go-acme/lego/v4/lego"
|
||||
"github.com/go-acme/lego/v4/registration"
|
||||
"github.com/goccy/go-json"
|
||||
|
||||
Reference in New Issue
Block a user