-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.56 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
module github.com/useverto/desktop
go 1.14
require (
fyne.io/fyne v1.3.3
github.com/Dev43/arweave-go v0.0.2
github.com/JackMordaunt/icns v1.0.0
github.com/Masterminds/semver v1.5.0 // indirect
github.com/akavel/rsrc v0.9.0 // indirect
github.com/asticode/go-astikit v0.8.0
github.com/asticode/go-astilectron v0.16.0
github.com/asticode/go-astilectron-bundler v0.7.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/machinebox/appify v0.0.0-20180512101119-15c1e09ce924 // indirect
github.com/mattn/go-zglob v0.0.3 // indirect
github.com/mh-cbon/go-msi v0.0.0-20170907180328-7f05345d485b // indirect
github.com/mh-cbon/stringexec v0.0.0-20160727103857-5a080a1a4118 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/ncruces/zenity v0.4.2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
github.com/satori/go.uuid v1.2.0 // indirect
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/urfave/cli v1.22.4 // indirect
github.com/zserge/lorca v0.1.9
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
)