17 lines
729 B
Modula-2
17 lines
729 B
Modula-2
module postwoman.io/proxy
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
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
|
|
github.com/gen2brain/dlgs v0.0.0-20191023125645-8832682fb7f8
|
|
github.com/getlantern/systray v0.0.0-20191206015929-6658a36a3306
|
|
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4
|
|
github.com/markbates/pkger v0.12.8
|
|
github.com/martinlindhe/inputbox v0.0.0-20170822001701-56d473fa6ae3
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
|
|
)
|