File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.0
44
55require (
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
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
2828github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 /go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk =
2929github.com/android-sms-gateway/client-go v1.5.3 h1:h+eq/Os+K5IRjKpHAj52zFAg59PLrJCu5/STTnVgu+M =
3030github.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 =
3133github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M =
3234github.com/andybalholm/brotli v1.1.0 /go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY =
3335github.com/ansrivas/fiberprometheus/v2 v2.6.1 h1:wac3pXaE6BYYTF04AC6K0ktk6vCD+MnDOJZ3SK66kXM =
Original file line number Diff line number Diff 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
8383Authorization: Basic {{credentials}}
8484
8585###
86- POST {{baseUrl }}/api/ 3rdparty/v1/webhooks HTTP/1.1
86+ POST {{baseUrl }}/3rdparty/v1/webhooks HTTP/1.1
8787Authorization: Basic {{credentials}}
8888Content-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
9898Authorization: Basic {{credentials}}
9999
100100###
You can’t perform that action at this time.
0 commit comments