-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 878 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/gender-equality-community/gec-bot
go 1.19
require (
github.com/agnivade/levenshtein v1.1.1
github.com/gender-equality-community/types v1.5.0
github.com/go-redis/redis/v9 v9.0.0-rc.2
github.com/mattn/go-sqlite3 v1.14.16
github.com/mdp/qrterminal v1.0.1
github.com/rs/xid v1.4.0
github.com/sethvargo/go-diceware v0.3.0
go.mau.fi/whatsmeow v0.0.0-20221228122648-8db2c068c345
)
require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
go.mau.fi/libsignal v0.0.0-20221015105917-d970e7c3c9cf // indirect
golang.org/x/crypto v0.4.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
rsc.io/qr v0.2.0 // indirect
)