chore: update name

This commit is contained in:
eneller
2025-04-27 17:47:42 +02:00
parent 8a89e81e83
commit cbc8a39d72
4 changed files with 11 additions and 11 deletions

8
go.mod
View File

@@ -1,22 +1,23 @@
module github.com/eneller/whatsup-poll
module github.com/eneller/schneller-whatsapp
go 1.24.2
require (
github.com/mattn/go-sqlite3 v1.14.28
github.com/mdp/qrterminal/v3 v3.2.1
github.com/urfave/cli/v3 v3.2.0
go.mau.fi/whatsmeow v0.0.0-20250424100714-086604102f64
google.golang.org/protobuf v1.36.6
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/petermattis/goid v0.0.0-20250319124200-ccd6737f222a // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/urfave/cli/v3 v3.2.0 // indirect
go.mau.fi/libsignal v0.1.2 // indirect
go.mau.fi/util v0.8.6 // indirect
golang.org/x/crypto v0.37.0 // indirect
@@ -24,6 +25,5 @@ require (
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/term v0.31.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
rsc.io/qr v0.2.0 // indirect
)