-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
22 lines (20 loc) · 894 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/gohouse/go4rdm
go 1.14
require (
fyne.io/fyne v1.3.4-0.20200921210037-ded5a51376bb
github.com/atotto/clipboard v0.1.2
github.com/blockpane/prettyfyne v0.0.0-20200910224427-ab9af6316e6c
github.com/denisbrodbeck/machineid v1.0.1
github.com/gen2brain/dlgs v0.0.0-20200211102745-b9c2664df42f
github.com/go-redis/redis v6.15.9+incompatible
github.com/gohouse/e v0.0.3-rc.0.20200724104652-25ebf8c9c305
github.com/gohouse/golib v0.0.0-20200925043701-a9313fb00833
github.com/gohouse/t v0.0.0-20201007094014-630049a6bfe9
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)