-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.11 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/guark/guark
go 1.15
require (
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9
github.com/adrg/xdg v0.2.2
github.com/akavel/rsrc v0.9.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/google/go-cmp v0.4.1 // indirect
github.com/jackmordaunt/icns v1.0.0
github.com/kr/pretty v0.1.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/melbahja/bundler v0.0.0-20201106222256-0b0123a34616
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/otiai10/copy v1.2.0
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/theckman/yacspin v0.8.0
github.com/urfave/cli/v2 v2.3.0
github.com/webview/webview v0.0.0-20200724072439-e0c01595b361
github.com/zserge/lorca v0.1.9
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
golang.org/x/sys v0.0.0-20201106081118-db71ae66460a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.3.0
)