Skip to content

Commit 43ebae6

Browse files
committed
[deps] upgrade client-go for ehance webhook request validation
1 parent e745c4e commit 43ebae6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.0
44

55
require (
66
firebase.google.com/go/v4 v4.12.1
7-
github.com/android-sms-gateway/client-go v1.5.3
7+
github.com/android-sms-gateway/client-go v1.5.4-0.20250302231821-fae08f7208df
88
github.com/ansrivas/fiberprometheus/v2 v2.6.1
99
github.com/capcom6/go-helpers v0.1.1
1010
github.com/capcom6/go-infra-fx v0.2.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
2828
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
2929
github.com/android-sms-gateway/client-go v1.5.3 h1:h+eq/Os+K5IRjKpHAj52zFAg59PLrJCu5/STTnVgu+M=
3030
github.com/android-sms-gateway/client-go v1.5.3/go.mod h1:DQsReciU1xcaVW3T5Z2bqslNdsAwCFCtghawmA6g6L4=
31+
github.com/android-sms-gateway/client-go v1.5.4-0.20250302231821-fae08f7208df h1:2yjNFOQuXbWFm3jW3gGAgcs0JKS7RoJsfqd1h9in4XM=
32+
github.com/android-sms-gateway/client-go v1.5.4-0.20250302231821-fae08f7208df/go.mod h1:DQsReciU1xcaVW3T5Z2bqslNdsAwCFCtghawmA6g6L4=
3133
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
3234
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
3335
github.com/ansrivas/fiberprometheus/v2 v2.6.1 h1:wac3pXaE6BYYTF04AC6K0ktk6vCD+MnDOJZ3SK66kXM=

pkg/swagger/docs/requests.http

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Content-Type: application/json
7979
]
8080

8181
###
82-
GET {{baseUrl}}/api/3rdparty/v1/webhooks HTTP/1.1
82+
GET {{baseUrl}}/3rdparty/v1/webhooks HTTP/1.1
8383
Authorization: Basic {{credentials}}
8484

8585
###
86-
POST {{baseUrl}}/api/3rdparty/v1/webhooks HTTP/1.1
86+
POST {{baseUrl}}/3rdparty/v1/webhooks HTTP/1.1
8787
Authorization: Basic {{credentials}}
8888
Content-Type: application/json
8989

@@ -94,7 +94,7 @@ Content-Type: application/json
9494
}
9595

9696
###
97-
DELETE {{baseUrl}}/api/3rdparty/v1/webhooks/MYofX8bTd5Bov0wWFZLRP HTTP/1.1
97+
DELETE {{baseUrl}}/3rdparty/v1/webhooks/MYofX8bTd5Bov0wWFZLRP HTTP/1.1
9898
Authorization: Basic {{credentials}}
9999

100100
###

0 commit comments

Comments
 (0)