Skip to content

Commit 6966402

Browse files
committed
chore: remove local whatsmeow replace directive and update to upstream version
1 parent 4609205 commit 6966402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/mattn/go-sqlite3 v1.14.33
1414
github.com/redis/go-redis/v9 v9.17.2
1515
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
16-
go.mau.fi/whatsmeow v0.0.0-20260121154033-fdf085cd321d
16+
go.mau.fi/whatsmeow v0.0.0-20260116142645-06f473759141
1717
go.uber.org/zap v1.27.1
1818
golang.org/x/crypto v0.47.0
1919
google.golang.org/protobuf v1.36.11
@@ -64,8 +64,6 @@ require (
6464
gopkg.in/yaml.v3 v3.0.1 // indirect
6565
)
6666

67-
replace go.mau.fi/whatsmeow => ./whatsmeow
68-
6967
// Exclude versões problemáticas que removem pacotes internos
7068
// A partir da v1.11.9, o sonic removeu pacotes internos necessários
7169
exclude (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ go.mau.fi/libsignal v0.2.1 h1:vRZG4EzTn70XY6Oh/pVKrQGuMHBkAWlGRC22/85m9L0=
138138
go.mau.fi/libsignal v0.2.1/go.mod h1:iVvjrHyfQqWajOUaMEsIfo3IqgVMrhWcPiiEzk7NgoU=
139139
go.mau.fi/util v0.9.5 h1:7AoWPCIZJGv4jvtFEuCe3GhAbI7uF9ckIooaXvwlIR4=
140140
go.mau.fi/util v0.9.5/go.mod h1:g1uvZ03VQhtTt2BgaRGVytS/Zj67NV0YNIECch0sQCQ=
141+
go.mau.fi/whatsmeow v0.0.0-20260116142645-06f473759141 h1:pa4WhVPKTubDgPnsza/UOKWP4eC1d8kLxNw69O/Npk8=
142+
go.mau.fi/whatsmeow v0.0.0-20260116142645-06f473759141/go.mod h1:jDLOQLLiYXcm4vMB6vtPcBLU387sRY+P3vOElxX8srA=
141143
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
142144
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
143145
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=

0 commit comments

Comments
 (0)