mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
[deps] upgrade client-go to v1.0.1
This commit is contained in:
parent
b9e1ad2027
commit
1515eb308b
@ -1065,10 +1065,12 @@
|
||||
"smsgateway.WebhookEvent": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"sms:received"
|
||||
"sms:received",
|
||||
"system:ping"
|
||||
],
|
||||
"x-enum-varnames": [
|
||||
"WebhookEventSmsReceived"
|
||||
"WebhookEventSmsReceived",
|
||||
"WebhookEventSystemPing"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@ -313,9 +313,11 @@ definitions:
|
||||
smsgateway.WebhookEvent:
|
||||
enum:
|
||||
- sms:received
|
||||
- system:ping
|
||||
type: string
|
||||
x-enum-varnames:
|
||||
- WebhookEventSmsReceived
|
||||
- WebhookEventSystemPing
|
||||
host: sms.capcom.me
|
||||
info:
|
||||
contact:
|
||||
|
||||
2
go.mod
2
go.mod
@ -4,7 +4,7 @@ go 1.22.0
|
||||
|
||||
require (
|
||||
firebase.google.com/go/v4 v4.12.1
|
||||
github.com/android-sms-gateway/client-go v1.0.1-0.20240610222412-894fc9370287
|
||||
github.com/android-sms-gateway/client-go v1.0.1
|
||||
github.com/ansrivas/fiberprometheus/v2 v2.6.1
|
||||
github.com/capcom6/go-helpers v0.0.0-20240521035631-865ee2879fa3
|
||||
github.com/capcom6/go-infra-fx v0.0.2
|
||||
|
||||
2
go.sum
2
go.sum
@ -28,6 +28,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
|
||||
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
|
||||
github.com/android-sms-gateway/client-go v1.0.1-0.20240610222412-894fc9370287 h1:4Q6TuWQcTrKb+nyMrdBTBIV0b4R/xQgmOJhOygHWIkg=
|
||||
github.com/android-sms-gateway/client-go v1.0.1-0.20240610222412-894fc9370287/go.mod h1:DQsReciU1xcaVW3T5Z2bqslNdsAwCFCtghawmA6g6L4=
|
||||
github.com/android-sms-gateway/client-go v1.0.1 h1:ZqLMJ0MlpYPafU1Vxc2MoEvggzJFtH8wqmk+wpwRmyE=
|
||||
github.com/android-sms-gateway/client-go v1.0.1/go.mod h1:DQsReciU1xcaVW3T5Z2bqslNdsAwCFCtghawmA6g6L4=
|
||||
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
|
||||
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
|
||||
github.com/ansrivas/fiberprometheus/v2 v2.6.1 h1:wac3pXaE6BYYTF04AC6K0ktk6vCD+MnDOJZ3SK66kXM=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user