-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.18 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
module github.com/fcjr/frothy
go 1.16
require (
github.com/99designs/keyring v1.1.6
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
github.com/akavel/rsrc v0.10.1
github.com/bhendo/go-powershell v0.0.0-20190719160123-219e7fb4e41e // indirect
github.com/d-tsuji/clipboard v0.0.3
github.com/danieljoos/wincred v1.1.0 // indirect
github.com/fcjr/alert v0.0.1
github.com/fxamacker/cbor/v2 v2.2.0
github.com/gen2brain/dlgs v0.0.0-20201118155338-03fe7f81ad25
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
github.com/google/uuid v1.2.0
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect
github.com/kbinani/screenshot v0.0.0-20191211154542-3a185f1ce18f
github.com/lxn/walk v0.0.0-20191128110447-55ccb3a9f5c1
github.com/lxn/win v0.0.0-20201111105847-2a20daff6a55 // indirect
github.com/makiuchi-d/gozxing v0.0.0-20200903113411-25f730ed83da
github.com/martinlindhe/inputbox v0.0.0-20200313123801-5532e940e508
github.com/progrium/macdriver v0.0.1
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)