mirror of
https://github.com/kopia/ui-shell.git
synced 2026-02-02 12:53:05 -08:00
11 lines
237 B
Modula-2
11 lines
237 B
Modula-2
module github.com/kopia/ui-shell
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/kermieisinthehouse/systray v1.2.3
|
|
github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|