We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96438d commit 04e3ad2Copy full SHA for 04e3ad2
go.mod
@@ -3,11 +3,11 @@ module github.com/tnb-labs/wechatpay-notify-gateway
3
go 1.24.1
4
5
require (
6
- github.com/go-resty/resty/v2 v2.16.5
7
- github.com/gofiber/fiber/v3 v3.0.0-beta.5
+ github.com/go-resty/resty/v2 v2.17.0
+ github.com/gofiber/fiber/v3 v3.0.0-rc.3
8
github.com/knadh/koanf/parsers/yaml v0.1.0
9
github.com/knadh/koanf/providers/file v1.2.0
10
- github.com/knadh/koanf/v2 v2.2.2
+ github.com/knadh/koanf/v2 v2.3.0
11
github.com/wechatpay-apiv3/wechatpay-go v0.2.21
12
)
13
0 commit comments