13 lines
268 B
Modula-2
13 lines
268 B
Modula-2
module permafrost
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
fyne.io/fyne/v2 v2.0.3
|
|
github.com/mat/besticon v3.12.0+incompatible
|
|
github.com/rs/zerolog v1.22.0
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e
|
|
github.com/zserge/lorca v0.1.10
|
|
)
|