surplus/src/spow-whatsapp-bridge/go.mod

27 lines
805 B
Modula-2
Raw Normal View History

2024-06-18 18:57:56 +08:00
module forge.joshwel.co/mark/surplus/src/spow-whatsapp-bridge
2024-06-18 18:53:38 +08:00
2024-06-18 18:57:56 +08:00
go 1.22.3
2024-06-18 18:53:38 +08:00
require (
2024-06-18 18:57:56 +08:00
github.com/mattn/go-sqlite3 v1.14.22
2024-06-18 18:53:38 +08:00
github.com/mdp/qrterminal/v3 v3.2.0
2024-06-25 16:10:54 +08:00
go.mau.fi/whatsmeow v0.0.0-20240619210240-329c2336a6f1
2024-06-18 18:57:56 +08:00
google.golang.org/protobuf v1.34.2
2024-06-18 18:53:38 +08:00
)
require (
2024-06-18 18:57:56 +08:00
filippo.io/edwards25519 v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.33.0 // indirect
2024-06-18 18:53:38 +08:00
go.mau.fi/libsignal v0.1.0 // indirect
2024-06-25 16:10:54 +08:00
go.mau.fi/util v0.5.0 // indirect
2024-06-18 18:57:56 +08:00
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
2024-06-18 18:53:38 +08:00
rsc.io/qr v0.2.0 // indirect
)