feat : update
This commit is contained in:
@@ -2,6 +2,7 @@ package cmux
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"quyun/providers/grpc"
|
||||
"quyun/providers/http"
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ package cmux
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"quyun/providers/grpc"
|
||||
"quyun/providers/http"
|
||||
|
||||
|
||||
@@ -2,9 +2,10 @@ package job
|
||||
|
||||
import (
|
||||
"context"
|
||||
"quyun/providers/postgres"
|
||||
"sync"
|
||||
|
||||
"quyun/providers/postgres"
|
||||
|
||||
"github.com/jackc/pgx/v5"
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
@@ -5,11 +5,12 @@ import (
|
||||
"net/url"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"quyun/providers/req/cookiejar"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"quyun/providers/req/cookiejar"
|
||||
|
||||
"github.com/imroc/req/v3"
|
||||
"go.ipao.vip/atom/container"
|
||||
"go.ipao.vip/atom/opt"
|
||||
|
||||
@@ -5,11 +5,12 @@ import (
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"net/url"
|
||||
"quyun/pkg/oauth"
|
||||
"sort"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"quyun/pkg/oauth"
|
||||
|
||||
"github.com/imroc/req/v3"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
@@ -3,10 +3,11 @@ package wepay
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"quyun/app/service/testx"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"quyun/app/service/testx"
|
||||
|
||||
"github.com/go-pay/gopay/wechat/v3"
|
||||
"github.com/go-pay/util/js"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
|
||||
Reference in New Issue
Block a user