forked from TimothyYe/ydict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.44 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/do-something-for-fun/ydict
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/briandowns/spinner v0.0.0-20181029155426-195c31b675a7
github.com/fatih/color v1.7.0
github.com/gen2brain/beeep v0.0.0-20190719094215-ece0cb67ca77
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/mdempsky/gocode v0.0.0-20191202075140-939b4a677f2f // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/spf13/cobra v0.0.5
github.com/syndtr/goleveldb v1.0.0
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/xwjdsh/fy v0.4.7
golang.org/x/mod v0.2.0 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190904005037-43c01164e931 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20200214225126-5916a50871fb // indirect
golang.org/x/tools/gopls v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
)
go 1.13