-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
64 lines (62 loc) · 2.62 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
module github.com/bitmaelum/bitmaelum-suite
go 1.16
require (
github.com/Freman/eventloghook v0.0.0-20191003051739-e4d803b6b48b
github.com/alicebob/miniredis/v2 v2.14.3
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
github.com/cloudflare/gokey v0.1.0
github.com/coreos/go-semver v0.3.0
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-message v0.15.0
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac // indirect
github.com/emersion/go-smtp v0.15.0
github.com/ernesto-jimenez/httplogger v0.0.0-20220128121225-117514c3f345
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.0
github.com/gdamore/tcell/v2 v2.5.1
github.com/gen2brain/beeep v0.0.0-20220402123239-6a3042f4b71a
github.com/go-redis/redis/v7 v7.4.1
github.com/google/uuid v1.3.0
github.com/gookit/color v1.5.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/hashicorp/golang-lru v0.5.4
github.com/jessevdk/go-flags v1.5.0
github.com/jorrizza/ed2curve25519 v0.1.0
github.com/kardianos/service v1.2.1
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mborders/artifex v0.4.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/miekg/dns v1.1.48 // indirect
github.com/mileusna/spf v0.9.3
github.com/mitchellh/go-homedir v1.1.0
github.com/nightlyone/lockfile v1.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.4 // indirect
github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.4.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/tyler-smith/go-bip39 v1.1.0
github.com/vtolstov/jwt-go v3.2.0+incompatible
github.com/x-cray/logrus-prefixed-formatter v0.5.2
github.com/xhit/go-str2duration/v2 v2.0.0
github.com/zalando/go-keyring v0.2.1
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)