forked from axolotl-chat/axolotl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.66 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
33
34
35
36
37
38
module github.com/nanu-c/axolotl
go 1.15
require (
github.com/asticode/go-astikit v0.8.0 // indirect
github.com/asticode/go-astilectron v0.17.0
github.com/dustin/go-humanize v1.0.0
github.com/emersion/go-vcard v0.0.0-20200508080525-dd3110a24ec2
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/google/go-cmp v0.5.1 // 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.2.4
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1 // indirect
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.9
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)