forked from axolotl-chat/axolotl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.32 KB
/
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
27
28
29
30
31
32
module github.com/nanu-c/axolotl
go 1.16
require (
github.com/asticode/go-astilectron v0.29.0
github.com/asticode/go-astilectron-bootstrap v0.4.14
github.com/dustin/go-humanize v1.0.0
github.com/gen2brain/beeep v0.0.0-20220518085355-d7852edf42fc
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/websocket v1.5.0
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-sqlite3 v1.14.0 // indirect
github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/signal-golang/go-vcard v0.1.2
github.com/signal-golang/libphonenumber v1.2.2-0.20220127214340-b765372d3707
github.com/signal-golang/textsecure v1.20.0
github.com/sirupsen/logrus v1.9.0
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/vincent-petithory/dataurl v1.0.0
github.com/z3ntu/go-dbus v0.0.0-20170220120108-c022b8b2e127
github.com/zserge/lorca v0.1.10
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)