16 lines
668 B
Modula-2
16 lines
668 B
Modula-2
module postwoman.io/proxy
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
fyne.io/fyne v1.1.2
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/cratonica/2goarray v0.0.0-20190331194516-514510793eaa // indirect
|
|
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb // indirect
|
|
github.com/gen2brain/dlgs v0.0.0-20191023125645-8832682fb7f8 // indirect
|
|
github.com/getlantern/systray v0.0.0-20191206015929-6658a36a3306
|
|
github.com/martinlindhe/inputbox v0.0.0-20170822001701-56d473fa6ae3
|
|
github.com/martinlindhe/notify v0.0.0-20181008203735-20632c9a275a
|
|
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
|
|
)
|