添加pnpm支持

This commit is contained in:
bjdgyc
2023-04-18 16:52:14 +08:00
parent 150fff328f
commit 43de8148a0
9 changed files with 35 additions and 27 deletions

3
server/dbdata/cert.go Executable file → Normal file
View 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"