Skip to content

Commit

Permalink
修复依赖库问题
Browse files Browse the repository at this point in the history
  • Loading branch information
milkbobo committed Jun 14, 2019
1 parent 9cb1c2e commit a8f8b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/xml"
"errors"
"fmt"
"github.com/fishedee/encoding"
"io/ioutil"
"net/http"
"sort"
Expand Down
4 changes: 2 additions & 2 deletions client/wechatWeb.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package client
import (
"errors"
"fmt"
"github.com/fishedee/sdk/pay/common"
"github.com/fishedee/sdk/pay/util"
"github.com/milkbobo/gopay/common"
"github.com/milkbobo/gopay/util"
"time"
)

Expand Down

0 comments on commit a8f8b25

Please sign in to comment.