mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 05:41:10 +08:00
添加pnpm支持
This commit is contained in:
3
server/dbdata/cert.go
Executable file → Normal file
3
server/dbdata/cert.go
Executable file → Normal file
@@ -12,7 +12,6 @@ import (
|
||||
"encoding/pem"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/pion/dtls/v2/pkg/crypto/selfsign"
|
||||
"math/big"
|
||||
"net"
|
||||
"os"
|
||||
@@ -20,6 +19,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/pion/dtls/v2/pkg/crypto/selfsign"
|
||||
|
||||
"github.com/bjdgyc/anylink/base"
|
||||
"github.com/go-acme/lego/v4/certcrypto"
|
||||
"github.com/go-acme/lego/v4/certificate"
|
||||
|
Reference in New Issue
Block a user