forked from axolotl-chat/axolotl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.18 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
module github.com/nanu-c/axolotl
go 1.16
require (
github.com/asticode/go-astikit v0.22.0 // indirect
github.com/asticode/go-astilectron v0.27.0
github.com/dustin/go-humanize v1.0.0
github.com/emersion/go-vcard v0.0.0-20210521075357-3445b9171995
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/websocket v1.4.2
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/signal-golang/textsecure v1.6.0
github.com/sirupsen/logrus v1.8.1
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.1.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
github.com/z3ntu/go-dbus v0.0.0-20170220120108-c022b8b2e127
github.com/zserge/lorca v0.1.10
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
gopkg.in/yaml.v2 v2.4.0
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)